Shades of Celadon #ACECB5
Tints of Celadon #ACECB5
RGB
CMYK
RGB Variations
Color information
#ACECB5 (or 0xACECB5) is known color: Celadon. HEX triplet: AC, EC and B5. RGB value is (172,236,181). Sum of RGB (Red+Green+Blue) = 172+236+181=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECB5 is #53134A. Grayscale: #D2D2D2. Windows color (decimal): -5444427 or 11922604. OLE color: 11922604.
HSL color Cylindrical-coordinate representation of color #ACECB5: hue angle of 128.44º 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 #ACECB5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 181 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.07 |
| HSL | 128.44º | 0.63% | 0.8% | - |
| HSV(B) | 128.44º | 0.27% | 0.93% | - |
| XYZ | 55.35 | 72.1 | 54.72 | - |
| YUV | 210.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 181 | 0.27 | 0 | 0.23 | 0.07 | 128.44 | 0.63 | 0.8 |
| Hex | AC | EC | B5 | 1B | 0 | 17 | 7 | 80 | 3F | 50 |
| Octal | 254 | 354 | 265 | 33 | 0 | 27 | 7 | 200 | 77 | 120 |
| Binary | 10101100 | 11101100 | 10110101 | 11011 | 0 | 10111 | 111 | 10000000 | 111111 | 1010000 |
Color Harmonies of #ACECB5
Complementary color
Monochromatic Colors of #ACECB5
Black with #ACECB5
Text Example
Text Example
White with #ACECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECB5; }
p { color: rgb(172,236,181); }
H1.HeaderClassName
{
color: #ACECB5;
}
.AnyTagClassName
{
color: #ACECB5;
}
</style>
background-color css
<style>
a { background-color: #ACECB5; }
a { background-color: rgb(172,236,181); }
div.DivClassName
{
background-color: #ACECB5;
}
.BgClassName
{
background-color: #ACECB5;
}
</style>
border-color css
<style>
span { border-color: #ACECB5; }
span { border-color: rgb(172,236,181); }
td.TdClassName
{
border-color: #ACECB5;
}
.TagClassName
{
border-color: #ACECB5;
}
</style>