Shades of Cruise #ACE1CC
Tints of Cruise #ACE1CC
RGB
CMYK
RGB Variations
Color information
#ACE1CC (or 0xACE1CC) is known color: Cruise. HEX triplet: AC, E1 and CC. RGB value is (172,225,204). Sum of RGB (Red+Green+Blue) = 172+225+204=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1CC is #531E33. Grayscale: #CECECE. Windows color (decimal): -5447220 or 13427116. OLE color: 13427116.
HSL color Cylindrical-coordinate representation of color #ACE1CC: hue angle of 156.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1CC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 204 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.12 |
| HSL | 156.23º | 0.47% | 0.78% | - |
| HSV(B) | 156.23º | 0.24% | 0.88% | - |
| XYZ | 54.84 | 66.98 | 67.17 | - |
| YUV | 206.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 204 | 0.24 | 0 | 0.09 | 0.12 | 156.23 | 0.47 | 0.78 |
| Hex | AC | E1 | CC | 18 | 0 | 9 | C | 9C | 2F | 4E |
| Octal | 254 | 341 | 314 | 30 | 0 | 11 | 14 | 234 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11001100 | 11000 | 0 | 1001 | 1100 | 10011100 | 101111 | 1001110 |
Color Harmonies of #ACE1CC
Complementary color
Monochromatic Colors of #ACE1CC
Black with #ACE1CC
Text Example
Text Example
White with #ACE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1CC; }
p { color: rgb(172,225,204); }
H1.HeaderClassName
{
color: #ACE1CC;
}
.AnyTagClassName
{
color: #ACE1CC;
}
</style>
background-color css
<style>
a { background-color: #ACE1CC; }
a { background-color: rgb(172,225,204); }
div.DivClassName
{
background-color: #ACE1CC;
}
.BgClassName
{
background-color: #ACE1CC;
}
</style>
border-color css
<style>
span { border-color: #ACE1CC; }
span { border-color: rgb(172,225,204); }
td.TdClassName
{
border-color: #ACE1CC;
}
.TagClassName
{
border-color: #ACE1CC;
}
</style>