Shades of Cruise #ACDDC9
Tints of Cruise #ACDDC9
RGB
CMYK
RGB Variations
Color information
#ACDDC9 (or 0xACDDC9) is known color: Cruise. HEX triplet: AC, DD and C9. RGB value is (172,221,201). Sum of RGB (Red+Green+Blue) = 172+221+201=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC9 is #532236. Grayscale: #CCCCCC. Windows color (decimal): -5448247 or 13229484. OLE color: 13229484.
HSL color Cylindrical-coordinate representation of color #ACDDC9: hue angle of 155.51º 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 #ACDDC9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 201 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.13 |
| HSL | 155.51º | 0.42% | 0.77% | - |
| HSV(B) | 155.51º | 0.22% | 0.87% | - |
| XYZ | 53.41 | 64.7 | 64.93 | - |
| YUV | 204.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 201 | 0.22 | 0 | 0.09 | 0.13 | 155.51 | 0.42 | 0.77 |
| Hex | AC | DD | C9 | 16 | 0 | 9 | D | 9C | 2A | 4D |
| Octal | 254 | 335 | 311 | 26 | 0 | 11 | 15 | 234 | 52 | 115 |
| Binary | 10101100 | 11011101 | 11001001 | 10110 | 0 | 1001 | 1101 | 10011100 | 101010 | 1001101 |
Color Harmonies of #ACDDC9
Complementary color
Monochromatic Colors of #ACDDC9
Black with #ACDDC9
Text Example
Text Example
White with #ACDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDC9; }
p { color: rgb(172,221,201); }
H1.HeaderClassName
{
color: #ACDDC9;
}
.AnyTagClassName
{
color: #ACDDC9;
}
</style>
background-color css
<style>
a { background-color: #ACDDC9; }
a { background-color: rgb(172,221,201); }
div.DivClassName
{
background-color: #ACDDC9;
}
.BgClassName
{
background-color: #ACDDC9;
}
</style>
border-color css
<style>
span { border-color: #ACDDC9; }
span { border-color: rgb(172,221,201); }
td.TdClassName
{
border-color: #ACDDC9;
}
.TagClassName
{
border-color: #ACDDC9;
}
</style>