Shades of Cruise #ACE0CE
Tints of Cruise #ACE0CE
RGB
CMYK
RGB Variations
Color information
#ACE0CE (or 0xACE0CE) is known color: Cruise. HEX triplet: AC, E0 and CE. RGB value is (172,224,206). Sum of RGB (Red+Green+Blue) = 172+224+206=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0CE is #531F31. Grayscale: #CECECE. Windows color (decimal): -5447474 or 13557932. OLE color: 13557932.
HSL color Cylindrical-coordinate representation of color #ACE0CE: hue angle of 159.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0CE is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 206 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.12 |
| HSL | 159.23º | 0.46% | 0.78% | - |
| HSV(B) | 159.23º | 0.23% | 0.88% | - |
| XYZ | 54.81 | 66.54 | 68.35 | - |
| YUV | 206.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 206 | 0.23 | 0 | 0.08 | 0.12 | 159.23 | 0.46 | 0.78 |
| Hex | AC | E0 | CE | 17 | 0 | 8 | C | 9F | 2E | 4E |
| Octal | 254 | 340 | 316 | 27 | 0 | 10 | 14 | 237 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11001110 | 10111 | 0 | 1000 | 1100 | 10011111 | 101110 | 1001110 |
Color Harmonies of #ACE0CE
Complementary color
Monochromatic Colors of #ACE0CE
Black with #ACE0CE
Text Example
Text Example
White with #ACE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0CE; }
p { color: rgb(172,224,206); }
H1.HeaderClassName
{
color: #ACE0CE;
}
.AnyTagClassName
{
color: #ACE0CE;
}
</style>
background-color css
<style>
a { background-color: #ACE0CE; }
a { background-color: rgb(172,224,206); }
div.DivClassName
{
background-color: #ACE0CE;
}
.BgClassName
{
background-color: #ACE0CE;
}
</style>
border-color css
<style>
span { border-color: #ACE0CE; }
span { border-color: rgb(172,224,206); }
td.TdClassName
{
border-color: #ACE0CE;
}
.TagClassName
{
border-color: #ACE0CE;
}
</style>