Shades of Cruise #ACE1CD
Tints of Cruise #ACE1CD
RGB
CMYK
RGB Variations
Color information
#ACE1CD (or 0xACE1CD) is known color: Cruise. HEX triplet: AC, E1 and CD. RGB value is (172,225,205). Sum of RGB (Red+Green+Blue) = 172+225+205=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1CD is #531E32. Grayscale: #CECECE. Windows color (decimal): -5447219 or 13492652. OLE color: 13492652.
HSL color Cylindrical-coordinate representation of color #ACE1CD: hue angle of 157.36º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1CD is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 205 | - |
CMYK | 0.24 | 0 | 0.09 | 0.12 |
HSL | 157.36º | 0.47% | 0.78% | - |
HSV(B) | 157.36º | 0.24% | 0.88% | - |
XYZ | 54.96 | 67.03 | 67.8 | - |
YUV | 206.87 | 126.94 | 103.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 205 | 0.24 | 0 | 0.09 | 0.12 | 157.36 | 0.47 | 0.78 |
Hex | AC | E1 | CD | 18 | 0 | 9 | C | 9D | 2F | 4E |
Octal | 254 | 341 | 315 | 30 | 0 | 11 | 14 | 235 | 57 | 116 |
Binary | 10101100 | 11100001 | 11001101 | 11000 | 0 | 1001 | 1100 | 10011101 | 101111 | 1001110 |
Color Harmonies of #ACE1CD
Complementary color
Monochromatic Colors of #ACE1CD
Black with #ACE1CD
Text Example
Text Example
White with #ACE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1CD; }
p { color: rgb(172,225,205); }
H1.HeaderClassName
{
color: #ACE1CD;
}
.AnyTagClassName
{
color: #ACE1CD;
}
</style>
background-color css
<style>
a { background-color: #ACE1CD; }
a { background-color: rgb(172,225,205); }
div.DivClassName
{
background-color: #ACE1CD;
}
.BgClassName
{
background-color: #ACE1CD;
}
</style>
border-color css
<style>
span { border-color: #ACE1CD; }
span { border-color: rgb(172,225,205); }
td.TdClassName
{
border-color: #ACE1CD;
}
.TagClassName
{
border-color: #ACE1CD;
}
</style>