Shades of Cruise #ACDDCC
Tints of Cruise #ACDDCC
RGB
CMYK
RGB Variations
Color information
#ACDDCC (or 0xACDDCC) is known color: Cruise. HEX triplet: AC, DD and CC. RGB value is (172,221,204). Sum of RGB (Red+Green+Blue) = 172+221+204=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCC is #532233. Grayscale: #CCCCCC. Windows color (decimal): -5448244 or 13426092. OLE color: 13426092.
HSL color Cylindrical-coordinate representation of color #ACDDCC: hue angle of 159.18º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDCC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 204 | - |
CMYK | 0.22 | 0 | 0.08 | 0.13 |
HSL | 159.18º | 0.42% | 0.77% | - |
HSV(B) | 159.18º | 0.22% | 0.87% | - |
XYZ | 53.77 | 64.84 | 66.81 | - |
YUV | 204.41 | 127.77 | 104.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 204 | 0.22 | 0 | 0.08 | 0.13 | 159.18 | 0.42 | 0.77 |
Hex | AC | DD | CC | 16 | 0 | 8 | D | 9F | 2A | 4D |
Octal | 254 | 335 | 314 | 26 | 0 | 10 | 15 | 237 | 52 | 115 |
Binary | 10101100 | 11011101 | 11001100 | 10110 | 0 | 1000 | 1101 | 10011111 | 101010 | 1001101 |
Color Harmonies of #ACDDCC
Complementary color
Monochromatic Colors of #ACDDCC
Black with #ACDDCC
Text Example
Text Example
White with #ACDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDCC; }
p { color: rgb(172,221,204); }
H1.HeaderClassName
{
color: #ACDDCC;
}
.AnyTagClassName
{
color: #ACDDCC;
}
</style>
background-color css
<style>
a { background-color: #ACDDCC; }
a { background-color: rgb(172,221,204); }
div.DivClassName
{
background-color: #ACDDCC;
}
.BgClassName
{
background-color: #ACDDCC;
}
</style>
border-color css
<style>
span { border-color: #ACDDCC; }
span { border-color: rgb(172,221,204); }
td.TdClassName
{
border-color: #ACDDCC;
}
.TagClassName
{
border-color: #ACDDCC;
}
</style>