:
logo qtransform

  to  




#ACFCBA color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #ACFCBA
#ACFCBA

   In a RGB color space, hex #ACFCBA is composed of 67% red, 99% green and 73% blue.
RGB color code is composed of a hexadecimal AC red (172/255), a FC green (252/255) and a BA blue component (186/255). The decimal RGB color code is rgb(172,252,186)
In CMYK color space, it is composed of 32% cyan, 0% magenta, 26% yellow and 1% black.
It has a hue angle of 130.5o degrees, a saturation of 93% and a lightness of 83%.
Closest websafe color is: #99ffcc rgb (153, 255, 204).
twitter  facebook  whatsapp


Color conversion




#ACFCBA
rgb(172,252,186)
=67%
from 255
99%
from 255
73%
from 255
=32
from 100
0
from 100
26
from 100
1
from 100
R: 172
red
G: 252
green
B: 186
blue
C: 32
cyan
M: 0
magenta
Y: 26
yellow
K: 1
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #ACFCBA has RGB values of R:172, G:252, B:186 and CMYK values of C:32, M:0, Y:26, K:1. Its decimal value is 11336890.Binary code is 101011001111110010111010
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorACFCBA #ACFCBA
RGB decimal172, 252, 186 rgb(172, 252, 186)
RGB %67, 99, 73 rgb(67%, 99%, 73%)
RGB Adobe198, 252, 188
CMYK %32, 0, 26, 1 32%, 0%, 26%, 1%
HSL130.5o, 93, 83 hsl(130.5o, 93%, 83%)
HSV (HSB)131o, 32%, 99% hsv(131o, 32%, 99%)
Web Safe color#99ffcc rgb (153, 255, 204)
XYZ60.687, 81.937 59.071
xyY0.3, 0.41, 81.94
Hunter-Lab90.52, -34.44, 20.5
CMY33%, 1%, 27%
Lab92.55, -35.16, 23.64
Binary color
AC FC BA
10101100 11111100 10111010

Shades and tints of #ACFCBA


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #223225 is the darkest color, and: #EFFCF1 is the lightest one.

Tint color variation #ACFCBA


Shade color variation


Tones of #ACFCBA
A tone is produced by adding gray to any pure hue. In this case, #A8F0B4 is the less saturated color, and #8FAC95 is the most saturated one.


Alternatives to #ACFCBA


Below, you can see some colors close to #ACFCBA. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #ACFCBA


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#ACFCBA;">Text here</font>

<div style="background-color:#ACFCBA;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#ACFCBA;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#ACFCBA;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #ACFCBA
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #ACFCBA;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #ACFCBA;



Box border html code Text shadow with RGB values for color #ACFCBA
box border html code for color #ACFCBA

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #ACFCBA;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(172, 252, 186, 1.4);



Pre-formatted code ACFCBA code for script / programming
HTML, CSS: = #ACFCBA; rgb(172, 252, 186)
Java: = new Color(172, 252, 186)
.NET: = Color.FromArgb (172, 252, 186);
Xojo: = rgb (172, 252, 186, 0);
openGL: = glColor3f (0.67f, 0.99f, 0.73f);
Swift: = UIColor(red:0.67, green:0.99, blue:0.73, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.67 green:0.99 blue:0.73 alpha:1.00000];


Color schemes with #ACFCBA


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 32% has a #ACFCBA saturation. Adding 32% + 10% = 42% saturation for our new color #7CD68D. Decreasing 32% - 10% = 22% saturation for other monochromatic color #C7FFD1.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #ACFCBA has a 131o angle. Adding 131o + 180o = 311oo for our new complementary color #FCACEE.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #ACFCBA has a 131o angle. Adding 131o + 180o+30o = 341o for our first complementary color #FCACC5. Decreasing 131o + 180o-30o = 281o for the second complementary color #E3ACFC.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.