Shades of Celadon #ACECB2
Tints of Celadon #ACECB2
RGB
CMYK
RGB Variations
Color information
#ACECB2 (or 0xACECB2) is known color: Celadon. HEX triplet: AC, EC and B2. RGB value is (172,236,178). Sum of RGB (Red+Green+Blue) = 172+236+178=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACECB2 is #53134D. Grayscale: #D2D2D2. Windows color (decimal): -5444430 or 11725996. OLE color: 11725996.
HSL color Cylindrical-coordinate representation of color #ACECB2: hue angle of 125.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECB2 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 178 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.07 |
| HSL | 125.63º | 0.63% | 0.8% | - |
| HSV(B) | 125.63º | 0.27% | 0.93% | - |
| XYZ | 55.04 | 71.98 | 53.11 | - |
| YUV | 210.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 178 | 0.27 | 0 | 0.25 | 0.07 | 125.63 | 0.63 | 0.8 |
| Hex | AC | EC | B2 | 1B | 0 | 19 | 7 | 7E | 3F | 50 |
| Octal | 254 | 354 | 262 | 33 | 0 | 31 | 7 | 176 | 77 | 120 |
| Binary | 10101100 | 11101100 | 10110010 | 11011 | 0 | 11001 | 111 | 1111110 | 111111 | 1010000 |
Color Harmonies of #ACECB2
Complementary color
Monochromatic Colors of #ACECB2
Black with #ACECB2
Text Example
Text Example
White with #ACECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECB2; }
p { color: rgb(172,236,178); }
H1.HeaderClassName
{
color: #ACECB2;
}
.AnyTagClassName
{
color: #ACECB2;
}
</style>
background-color css
<style>
a { background-color: #ACECB2; }
a { background-color: rgb(172,236,178); }
div.DivClassName
{
background-color: #ACECB2;
}
.BgClassName
{
background-color: #ACECB2;
}
</style>
border-color css
<style>
span { border-color: #ACECB2; }
span { border-color: rgb(172,236,178); }
td.TdClassName
{
border-color: #ACECB2;
}
.TagClassName
{
border-color: #ACECB2;
}
</style>