Shades of Cruise #ACDFCA
Tints of Cruise #ACDFCA
RGB
CMYK
RGB Variations
Color information
#ACDFCA (or 0xACDFCA) is known color: Cruise. HEX triplet: AC, DF and CA. RGB value is (172,223,202). Sum of RGB (Red+Green+Blue) = 172+223+202=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCA is #532035. Grayscale: #CDCDCD. Windows color (decimal): -5447734 or 13295532. OLE color: 13295532.
HSL color Cylindrical-coordinate representation of color #ACDFCA: hue angle of 155.29º 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 #ACDFCA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 202 | - |
CMYK | 0.23 | 0 | 0.09 | 0.13 |
HSL | 155.29º | 0.44% | 0.77% | - |
HSV(B) | 155.29º | 0.23% | 0.87% | - |
XYZ | 54.06 | 65.81 | 65.73 | - |
YUV | 205.36 | 126.1 | 104.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 202 | 0.23 | 0 | 0.09 | 0.13 | 155.29 | 0.44 | 0.77 |
Hex | AC | DF | CA | 17 | 0 | 9 | D | 9B | 2C | 4D |
Octal | 254 | 337 | 312 | 27 | 0 | 11 | 15 | 233 | 54 | 115 |
Binary | 10101100 | 11011111 | 11001010 | 10111 | 0 | 1001 | 1101 | 10011011 | 101100 | 1001101 |
Color Harmonies of #ACDFCA
Complementary color
Monochromatic Colors of #ACDFCA
Black with #ACDFCA
Text Example
Text Example
White with #ACDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFCA; }
p { color: rgb(172,223,202); }
H1.HeaderClassName
{
color: #ACDFCA;
}
.AnyTagClassName
{
color: #ACDFCA;
}
</style>
background-color css
<style>
a { background-color: #ACDFCA; }
a { background-color: rgb(172,223,202); }
div.DivClassName
{
background-color: #ACDFCA;
}
.BgClassName
{
background-color: #ACDFCA;
}
</style>
border-color css
<style>
span { border-color: #ACDFCA; }
span { border-color: rgb(172,223,202); }
td.TdClassName
{
border-color: #ACDFCA;
}
.TagClassName
{
border-color: #ACDFCA;
}
</style>