Shades of Cruise #ACE2CE
Tints of Cruise #ACE2CE
RGB
CMYK
RGB Variations
Color information
#ACE2CE (or 0xACE2CE) is known color: Cruise. HEX triplet: AC, E2 and CE. RGB value is (172,226,206). Sum of RGB (Red+Green+Blue) = 172+226+206=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2CE is #531D31. Grayscale: #CFCFCF. Windows color (decimal): -5446962 or 13558444. OLE color: 13558444.
HSL color Cylindrical-coordinate representation of color #ACE2CE: hue angle of 157.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2CE is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 206 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 157.78º | 0.48% | 0.78% | - |
| HSV(B) | 157.78º | 0.24% | 0.89% | - |
| XYZ | 55.35 | 67.62 | 68.53 | - |
| YUV | 207.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 206 | 0.24 | 0 | 0.09 | 0.11 | 157.78 | 0.48 | 0.78 |
| Hex | AC | E2 | CE | 18 | 0 | 9 | B | 9E | 30 | 4E |
| Octal | 254 | 342 | 316 | 30 | 0 | 11 | 13 | 236 | 60 | 116 |
| Binary | 10101100 | 11100010 | 11001110 | 11000 | 0 | 1001 | 1011 | 10011110 | 110000 | 1001110 |
Color Harmonies of #ACE2CE
Complementary color
Monochromatic Colors of #ACE2CE
Black with #ACE2CE
Text Example
Text Example
White with #ACE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2CE; }
p { color: rgb(172,226,206); }
H1.HeaderClassName
{
color: #ACE2CE;
}
.AnyTagClassName
{
color: #ACE2CE;
}
</style>
background-color css
<style>
a { background-color: #ACE2CE; }
a { background-color: rgb(172,226,206); }
div.DivClassName
{
background-color: #ACE2CE;
}
.BgClassName
{
background-color: #ACE2CE;
}
</style>
border-color css
<style>
span { border-color: #ACE2CE; }
span { border-color: rgb(172,226,206); }
td.TdClassName
{
border-color: #ACE2CE;
}
.TagClassName
{
border-color: #ACE2CE;
}
</style>