Shades of Cruise #ACE0CB
Tints of Cruise #ACE0CB
RGB
CMYK
RGB Variations
Color information
#ACE0CB (or 0xACE0CB) is known color: Cruise. HEX triplet: AC, E0 and CB. RGB value is (172,224,203). Sum of RGB (Red+Green+Blue) = 172+224+203=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0CB is #531F34. Grayscale: #CECECE. Windows color (decimal): -5447477 or 13361324. OLE color: 13361324.
HSL color Cylindrical-coordinate representation of color #ACE0CB: hue angle of 155.77º 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 #ACE0CB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 203 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.12 |
| HSL | 155.77º | 0.46% | 0.78% | - |
| HSV(B) | 155.77º | 0.23% | 0.88% | - |
| XYZ | 54.45 | 66.39 | 66.45 | - |
| YUV | 206.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 203 | 0.23 | 0 | 0.09 | 0.12 | 155.77 | 0.46 | 0.78 |
| Hex | AC | E0 | CB | 17 | 0 | 9 | C | 9C | 2E | 4E |
| Octal | 254 | 340 | 313 | 27 | 0 | 11 | 14 | 234 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11001011 | 10111 | 0 | 1001 | 1100 | 10011100 | 101110 | 1001110 |
Color Harmonies of #ACE0CB
Complementary color
Monochromatic Colors of #ACE0CB
Black with #ACE0CB
Text Example
Text Example
White with #ACE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0CB; }
p { color: rgb(172,224,203); }
H1.HeaderClassName
{
color: #ACE0CB;
}
.AnyTagClassName
{
color: #ACE0CB;
}
</style>
background-color css
<style>
a { background-color: #ACE0CB; }
a { background-color: rgb(172,224,203); }
div.DivClassName
{
background-color: #ACE0CB;
}
.BgClassName
{
background-color: #ACE0CB;
}
</style>
border-color css
<style>
span { border-color: #ACE0CB; }
span { border-color: rgb(172,224,203); }
td.TdClassName
{
border-color: #ACE0CB;
}
.TagClassName
{
border-color: #ACE0CB;
}
</style>