Shades of Cruise #ACE3CF
Tints of Cruise #ACE3CF
RGB
CMYK
RGB Variations
Color information
#ACE3CF (or 0xACE3CF) is known color: Cruise. HEX triplet: AC, E3 and CF. RGB value is (172,227,207). Sum of RGB (Red+Green+Blue) = 172+227+207=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3CF is #531C30. Grayscale: #D0D0D0. Windows color (decimal): -5446705 or 13624236. OLE color: 13624236.
HSL color Cylindrical-coordinate representation of color #ACE3CF: hue angle of 158.18º 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 #ACE3CF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 207 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 158.18º | 0.5% | 0.78% | - |
| HSV(B) | 158.18º | 0.24% | 0.89% | - |
| XYZ | 55.74 | 68.21 | 69.26 | - |
| YUV | 208.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 207 | 0.24 | 0 | 0.09 | 0.11 | 158.18 | 0.5 | 0.78 |
| Hex | AC | E3 | CF | 18 | 0 | 9 | B | 9E | 32 | 4E |
| Octal | 254 | 343 | 317 | 30 | 0 | 11 | 13 | 236 | 62 | 116 |
| Binary | 10101100 | 11100011 | 11001111 | 11000 | 0 | 1001 | 1011 | 10011110 | 110010 | 1001110 |
Color Harmonies of #ACE3CF
Complementary color
Monochromatic Colors of #ACE3CF
Black with #ACE3CF
Text Example
Text Example
White with #ACE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3CF; }
p { color: rgb(172,227,207); }
H1.HeaderClassName
{
color: #ACE3CF;
}
.AnyTagClassName
{
color: #ACE3CF;
}
</style>
background-color css
<style>
a { background-color: #ACE3CF; }
a { background-color: rgb(172,227,207); }
div.DivClassName
{
background-color: #ACE3CF;
}
.BgClassName
{
background-color: #ACE3CF;
}
</style>
border-color css
<style>
span { border-color: #ACE3CF; }
span { border-color: rgb(172,227,207); }
td.TdClassName
{
border-color: #ACE3CF;
}
.TagClassName
{
border-color: #ACE3CF;
}
</style>