Shades of Celadon #ACECB0
Tints of Celadon #ACECB0
RGB
CMYK
RGB Variations
Color information
#ACECB0 (or 0xACECB0) is known color: Celadon. HEX triplet: AC, EC and B0. RGB value is (172,236,176). Sum of RGB (Red+Green+Blue) = 172+236+176=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACECB0 is #53134F. Grayscale: #D2D2D2. Windows color (decimal): -5444432 or 11594924. OLE color: 11594924.
HSL color Cylindrical-coordinate representation of color #ACECB0: hue angle of 123.75º 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 #ACECB0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 176 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.07 |
| HSL | 123.75º | 0.63% | 0.8% | - |
| HSV(B) | 123.75º | 0.27% | 0.93% | - |
| XYZ | 54.85 | 71.9 | 52.06 | - |
| YUV | 210.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 176 | 0.27 | 0 | 0.25 | 0.07 | 123.75 | 0.63 | 0.8 |
| Hex | AC | EC | B0 | 1B | 0 | 19 | 7 | 7C | 3F | 50 |
| Octal | 254 | 354 | 260 | 33 | 0 | 31 | 7 | 174 | 77 | 120 |
| Binary | 10101100 | 11101100 | 10110000 | 11011 | 0 | 11001 | 111 | 1111100 | 111111 | 1010000 |
Color Harmonies of #ACECB0
Complementary color
Monochromatic Colors of #ACECB0
Black with #ACECB0
Text Example
Text Example
White with #ACECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECB0; }
p { color: rgb(172,236,176); }
H1.HeaderClassName
{
color: #ACECB0;
}
.AnyTagClassName
{
color: #ACECB0;
}
</style>
background-color css
<style>
a { background-color: #ACECB0; }
a { background-color: rgb(172,236,176); }
div.DivClassName
{
background-color: #ACECB0;
}
.BgClassName
{
background-color: #ACECB0;
}
</style>
border-color css
<style>
span { border-color: #ACECB0; }
span { border-color: rgb(172,236,176); }
td.TdClassName
{
border-color: #ACECB0;
}
.TagClassName
{
border-color: #ACECB0;
}
</style>