Shades of Cruise #ACE4CF
Tints of Cruise #ACE4CF
RGB
CMYK
RGB Variations
Color information
#ACE4CF (or 0xACE4CF) is known color: Cruise. HEX triplet: AC, E4 and CF. RGB value is (172,228,207). Sum of RGB (Red+Green+Blue) = 172+228+207=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4CF is #531B30. Grayscale: #D0D0D0. Windows color (decimal): -5446449 or 13624492. OLE color: 13624492.
HSL color Cylindrical-coordinate representation of color #ACE4CF: hue angle of 157.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4CF is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 207 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.11 |
| HSL | 157.5º | 0.51% | 0.78% | - |
| HSV(B) | 157.5º | 0.25% | 0.89% | - |
| XYZ | 56.02 | 68.76 | 69.35 | - |
| YUV | 208.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 207 | 0.25 | 0 | 0.09 | 0.11 | 157.5 | 0.51 | 0.78 |
| Hex | AC | E4 | CF | 19 | 0 | 9 | B | 9E | 33 | 4E |
| Octal | 254 | 344 | 317 | 31 | 0 | 11 | 13 | 236 | 63 | 116 |
| Binary | 10101100 | 11100100 | 11001111 | 11001 | 0 | 1001 | 1011 | 10011110 | 110011 | 1001110 |
Color Harmonies of #ACE4CF
Complementary color
Monochromatic Colors of #ACE4CF
Black with #ACE4CF
Text Example
Text Example
White with #ACE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4CF; }
p { color: rgb(172,228,207); }
H1.HeaderClassName
{
color: #ACE4CF;
}
.AnyTagClassName
{
color: #ACE4CF;
}
</style>
background-color css
<style>
a { background-color: #ACE4CF; }
a { background-color: rgb(172,228,207); }
div.DivClassName
{
background-color: #ACE4CF;
}
.BgClassName
{
background-color: #ACE4CF;
}
</style>
border-color css
<style>
span { border-color: #ACE4CF; }
span { border-color: rgb(172,228,207); }
td.TdClassName
{
border-color: #ACE4CF;
}
.TagClassName
{
border-color: #ACE4CF;
}
</style>