Shades of Cruise #ACE2CD
Tints of Cruise #ACE2CD
RGB
CMYK
RGB Variations
Color information
#ACE2CD (or 0xACE2CD) is known color: Cruise. HEX triplet: AC, E2 and CD. RGB value is (172,226,205). Sum of RGB (Red+Green+Blue) = 172+226+205=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2CD is #531D32. Grayscale: #CFCFCF. Windows color (decimal): -5446963 or 13492908. OLE color: 13492908.
HSL color Cylindrical-coordinate representation of color #ACE2CD: hue angle of 156.67º degrees, saturation: 0.48, 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 #ACE2CD is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 205 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 156.67º | 0.48% | 0.78% | - |
| HSV(B) | 156.67º | 0.24% | 0.89% | - |
| XYZ | 55.23 | 67.57 | 67.89 | - |
| YUV | 207.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 205 | 0.24 | 0 | 0.09 | 0.11 | 156.67 | 0.48 | 0.78 |
| Hex | AC | E2 | CD | 18 | 0 | 9 | B | 9D | 30 | 4E |
| Octal | 254 | 342 | 315 | 30 | 0 | 11 | 13 | 235 | 60 | 116 |
| Binary | 10101100 | 11100010 | 11001101 | 11000 | 0 | 1001 | 1011 | 10011101 | 110000 | 1001110 |
Color Harmonies of #ACE2CD
Complementary color
Monochromatic Colors of #ACE2CD
Black with #ACE2CD
Text Example
Text Example
White with #ACE2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2CD; }
p { color: rgb(172,226,205); }
H1.HeaderClassName
{
color: #ACE2CD;
}
.AnyTagClassName
{
color: #ACE2CD;
}
</style>
background-color css
<style>
a { background-color: #ACE2CD; }
a { background-color: rgb(172,226,205); }
div.DivClassName
{
background-color: #ACE2CD;
}
.BgClassName
{
background-color: #ACE2CD;
}
</style>
border-color css
<style>
span { border-color: #ACE2CD; }
span { border-color: rgb(172,226,205); }
td.TdClassName
{
border-color: #ACE2CD;
}
.TagClassName
{
border-color: #ACE2CD;
}
</style>