Shades of Cruise #ACE3CE
Tints of Cruise #ACE3CE
RGB
CMYK
RGB Variations
Color information
#ACE3CE (or 0xACE3CE) is known color: Cruise. HEX triplet: AC, E3 and CE. RGB value is (172,227,206). Sum of RGB (Red+Green+Blue) = 172+227+206=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3CE is #531C31. Grayscale: #D0D0D0. Windows color (decimal): -5446706 or 13558700. OLE color: 13558700.
HSL color Cylindrical-coordinate representation of color #ACE3CE: hue angle of 157.09º degrees, saturation: 0.5, 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 #ACE3CE is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 206 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 157.09º | 0.5% | 0.78% | - |
| HSV(B) | 157.09º | 0.24% | 0.89% | - |
| XYZ | 55.62 | 68.17 | 68.62 | - |
| YUV | 208.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 206 | 0.24 | 0 | 0.09 | 0.11 | 157.09 | 0.5 | 0.78 |
| Hex | AC | E3 | CE | 18 | 0 | 9 | B | 9D | 32 | 4E |
| Octal | 254 | 343 | 316 | 30 | 0 | 11 | 13 | 235 | 62 | 116 |
| Binary | 10101100 | 11100011 | 11001110 | 11000 | 0 | 1001 | 1011 | 10011101 | 110010 | 1001110 |
Color Harmonies of #ACE3CE
Complementary color
Monochromatic Colors of #ACE3CE
Black with #ACE3CE
Text Example
Text Example
White with #ACE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3CE; }
p { color: rgb(172,227,206); }
H1.HeaderClassName
{
color: #ACE3CE;
}
.AnyTagClassName
{
color: #ACE3CE;
}
</style>
background-color css
<style>
a { background-color: #ACE3CE; }
a { background-color: rgb(172,227,206); }
div.DivClassName
{
background-color: #ACE3CE;
}
.BgClassName
{
background-color: #ACE3CE;
}
</style>
border-color css
<style>
span { border-color: #ACE3CE; }
span { border-color: rgb(172,227,206); }
td.TdClassName
{
border-color: #ACE3CE;
}
.TagClassName
{
border-color: #ACE3CE;
}
</style>