Shades of Celadon #ACECAB
Tints of Celadon #ACECAB
RGB
CMYK
RGB Variations
Color information
#ACECAB (or 0xACECAB) is known color: Celadon. HEX triplet: AC, EC and AB. RGB value is (172,236,171). Sum of RGB (Red+Green+Blue) = 172+236+171=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACECAB is #531354. Grayscale: #D1D1D1. Windows color (decimal): -5444437 or 11267244. OLE color: 11267244.
HSL color Cylindrical-coordinate representation of color #ACECAB: hue angle of 119.08º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACECAB is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 171 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.07 |
| HSL | 119.08º | 0.63% | 0.8% | - |
| HSV(B) | 119.08º | 0.28% | 0.93% | - |
| XYZ | 54.36 | 71.7 | 49.5 | - |
| YUV | 209.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 171 | 0.27 | 0 | 0.28 | 0.07 | 119.08 | 0.63 | 0.8 |
| Hex | AC | EC | AB | 1B | 0 | 1C | 7 | 77 | 3F | 50 |
| Octal | 254 | 354 | 253 | 33 | 0 | 34 | 7 | 167 | 77 | 120 |
| Binary | 10101100 | 11101100 | 10101011 | 11011 | 0 | 11100 | 111 | 1110111 | 111111 | 1010000 |
Color Harmonies of #ACECAB
Complementary color
Monochromatic Colors of #ACECAB
Black with #ACECAB
Text Example
Text Example
White with #ACECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECAB; }
p { color: rgb(172,236,171); }
H1.HeaderClassName
{
color: #ACECAB;
}
.AnyTagClassName
{
color: #ACECAB;
}
</style>
background-color css
<style>
a { background-color: #ACECAB; }
a { background-color: rgb(172,236,171); }
div.DivClassName
{
background-color: #ACECAB;
}
.BgClassName
{
background-color: #ACECAB;
}
</style>
border-color css
<style>
span { border-color: #ACECAB; }
span { border-color: rgb(172,236,171); }
td.TdClassName
{
border-color: #ACECAB;
}
.TagClassName
{
border-color: #ACECAB;
}
</style>