Shades of Cruise #ACE0CD
Tints of Cruise #ACE0CD
RGB
CMYK
RGB Variations
Color information
#ACE0CD (or 0xACE0CD) is known color: Cruise. HEX triplet: AC, E0 and CD. RGB value is (172,224,205). Sum of RGB (Red+Green+Blue) = 172+224+205=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0CD is #531F32. Grayscale: #CECECE. Windows color (decimal): -5447475 or 13492396. OLE color: 13492396.
HSL color Cylindrical-coordinate representation of color #ACE0CD: hue angle of 158.08º 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 #ACE0CD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 205 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.12 |
| HSL | 158.08º | 0.46% | 0.78% | - |
| HSV(B) | 158.08º | 0.23% | 0.88% | - |
| XYZ | 54.69 | 66.49 | 67.71 | - |
| YUV | 206.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 205 | 0.23 | 0 | 0.08 | 0.12 | 158.08 | 0.46 | 0.78 |
| Hex | AC | E0 | CD | 17 | 0 | 8 | C | 9E | 2E | 4E |
| Octal | 254 | 340 | 315 | 27 | 0 | 10 | 14 | 236 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11001101 | 10111 | 0 | 1000 | 1100 | 10011110 | 101110 | 1001110 |
Color Harmonies of #ACE0CD
Complementary color
Monochromatic Colors of #ACE0CD
Black with #ACE0CD
Text Example
Text Example
White with #ACE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0CD; }
p { color: rgb(172,224,205); }
H1.HeaderClassName
{
color: #ACE0CD;
}
.AnyTagClassName
{
color: #ACE0CD;
}
</style>
background-color css
<style>
a { background-color: #ACE0CD; }
a { background-color: rgb(172,224,205); }
div.DivClassName
{
background-color: #ACE0CD;
}
.BgClassName
{
background-color: #ACE0CD;
}
</style>
border-color css
<style>
span { border-color: #ACE0CD; }
span { border-color: rgb(172,224,205); }
td.TdClassName
{
border-color: #ACE0CD;
}
.TagClassName
{
border-color: #ACE0CD;
}
</style>