Shades of Cruise #ACDFCC
Tints of Cruise #ACDFCC
RGB
CMYK
RGB Variations
Color information
#ACDFCC (or 0xACDFCC) is known color: Cruise. HEX triplet: AC, DF and CC. RGB value is (172,223,204). Sum of RGB (Red+Green+Blue) = 172+223+204=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCC is #532033. Grayscale: #CDCDCD. Windows color (decimal): -5447732 or 13426604. OLE color: 13426604.
HSL color Cylindrical-coordinate representation of color #ACDFCC: hue angle of 157.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFCC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 204 | - |
CMYK | 0.23 | 0 | 0.09 | 0.13 |
HSL | 157.65º | 0.44% | 0.77% | - |
HSV(B) | 157.65º | 0.23% | 0.87% | - |
XYZ | 54.3 | 65.91 | 66.99 | - |
YUV | 205.59 | 127.1 | 104.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 204 | 0.23 | 0 | 0.09 | 0.13 | 157.65 | 0.44 | 0.77 |
Hex | AC | DF | CC | 17 | 0 | 9 | D | 9E | 2C | 4D |
Octal | 254 | 337 | 314 | 27 | 0 | 11 | 15 | 236 | 54 | 115 |
Binary | 10101100 | 11011111 | 11001100 | 10111 | 0 | 1001 | 1101 | 10011110 | 101100 | 1001101 |
Color Harmonies of #ACDFCC
Complementary color
Monochromatic Colors of #ACDFCC
Black with #ACDFCC
Text Example
Text Example
White with #ACDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFCC; }
p { color: rgb(172,223,204); }
H1.HeaderClassName
{
color: #ACDFCC;
}
.AnyTagClassName
{
color: #ACDFCC;
}
</style>
background-color css
<style>
a { background-color: #ACDFCC; }
a { background-color: rgb(172,223,204); }
div.DivClassName
{
background-color: #ACDFCC;
}
.BgClassName
{
background-color: #ACDFCC;
}
</style>
border-color css
<style>
span { border-color: #ACDFCC; }
span { border-color: rgb(172,223,204); }
td.TdClassName
{
border-color: #ACDFCC;
}
.TagClassName
{
border-color: #ACDFCC;
}
</style>