Shades of Cruise #ACDECA
Tints of Cruise #ACDECA
RGB
CMYK
RGB Variations
Color information
#ACDECA (or 0xACDECA) is known color: Cruise. HEX triplet: AC, DE and CA. RGB value is (172,222,202). Sum of RGB (Red+Green+Blue) = 172+222+202=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECA is #532135. Grayscale: #CCCCCC. Windows color (decimal): -5447990 or 13295276. OLE color: 13295276.
HSL color Cylindrical-coordinate representation of color #ACDECA: hue angle of 156º degrees, saturation: 0.43, 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 #ACDECA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 202 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 156º | 0.43% | 0.77% | - |
| HSV(B) | 156º | 0.23% | 0.87% | - |
| XYZ | 53.8 | 65.28 | 65.64 | - |
| YUV | 204.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 202 | 0.23 | 0 | 0.09 | 0.13 | 156 | 0.43 | 0.77 |
| Hex | AC | DE | CA | 17 | 0 | 9 | D | 9C | 2B | 4D |
| Octal | 254 | 336 | 312 | 27 | 0 | 11 | 15 | 234 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11001010 | 10111 | 0 | 1001 | 1101 | 10011100 | 101011 | 1001101 |
Color Harmonies of #ACDECA
Complementary color
Monochromatic Colors of #ACDECA
Black with #ACDECA
Text Example
Text Example
White with #ACDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDECA; }
p { color: rgb(172,222,202); }
H1.HeaderClassName
{
color: #ACDECA;
}
.AnyTagClassName
{
color: #ACDECA;
}
</style>
background-color css
<style>
a { background-color: #ACDECA; }
a { background-color: rgb(172,222,202); }
div.DivClassName
{
background-color: #ACDECA;
}
.BgClassName
{
background-color: #ACDECA;
}
</style>
border-color css
<style>
span { border-color: #ACDECA; }
span { border-color: rgb(172,222,202); }
td.TdClassName
{
border-color: #ACDECA;
}
.TagClassName
{
border-color: #ACDECA;
}
</style>