Shades of Celadon #ACECB4
Tints of Celadon #ACECB4
RGB
CMYK
RGB Variations
Color information
#ACECB4 (or 0xACECB4) is known color: Celadon. HEX triplet: AC, EC and B4. RGB value is (172,236,180). Sum of RGB (Red+Green+Blue) = 172+236+180=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECB4 is #53134B. Grayscale: #D2D2D2. Windows color (decimal): -5444428 or 11857068. OLE color: 11857068.
HSL color Cylindrical-coordinate representation of color #ACECB4: hue angle of 127.5º 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 #ACECB4 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 180 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.07 |
| HSL | 127.5º | 0.63% | 0.8% | - |
| HSV(B) | 127.5º | 0.27% | 0.93% | - |
| XYZ | 55.25 | 72.06 | 54.18 | - |
| YUV | 210.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 180 | 0.27 | 0 | 0.24 | 0.07 | 127.5 | 0.63 | 0.8 |
| Hex | AC | EC | B4 | 1B | 0 | 18 | 7 | 80 | 3F | 50 |
| Octal | 254 | 354 | 264 | 33 | 0 | 30 | 7 | 200 | 77 | 120 |
| Binary | 10101100 | 11101100 | 10110100 | 11011 | 0 | 11000 | 111 | 10000000 | 111111 | 1010000 |
Color Harmonies of #ACECB4
Complementary color
Monochromatic Colors of #ACECB4
Black with #ACECB4
Text Example
Text Example
White with #ACECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECB4; }
p { color: rgb(172,236,180); }
H1.HeaderClassName
{
color: #ACECB4;
}
.AnyTagClassName
{
color: #ACECB4;
}
</style>
background-color css
<style>
a { background-color: #ACECB4; }
a { background-color: rgb(172,236,180); }
div.DivClassName
{
background-color: #ACECB4;
}
.BgClassName
{
background-color: #ACECB4;
}
</style>
border-color css
<style>
span { border-color: #ACECB4; }
span { border-color: rgb(172,236,180); }
td.TdClassName
{
border-color: #ACECB4;
}
.TagClassName
{
border-color: #ACECB4;
}
</style>