Shades of Celadon #ACECAF
Tints of Celadon #ACECAF
RGB
CMYK
RGB Variations
Color information
#ACECAF (or 0xACECAF) is known color: Celadon. HEX triplet: AC, EC and AF. RGB value is (172,236,175). Sum of RGB (Red+Green+Blue) = 172+236+175=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACECAF is #531350. Grayscale: #D2D2D2. Windows color (decimal): -5444433 or 11529388. OLE color: 11529388.
HSL color Cylindrical-coordinate representation of color #ACECAF: hue angle of 122.81º 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 #ACECAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 175 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.07 |
| HSL | 122.81º | 0.63% | 0.8% | - |
| HSV(B) | 122.81º | 0.27% | 0.93% | - |
| XYZ | 54.75 | 71.86 | 51.54 | - |
| YUV | 209.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 175 | 0.27 | 0 | 0.26 | 0.07 | 122.81 | 0.63 | 0.8 |
| Hex | AC | EC | AF | 1B | 0 | 1A | 7 | 7B | 3F | 50 |
| Octal | 254 | 354 | 257 | 33 | 0 | 32 | 7 | 173 | 77 | 120 |
| Binary | 10101100 | 11101100 | 10101111 | 11011 | 0 | 11010 | 111 | 1111011 | 111111 | 1010000 |
Color Harmonies of #ACECAF
Complementary color
Monochromatic Colors of #ACECAF
Black with #ACECAF
Text Example
Text Example
White with #ACECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECAF; }
p { color: rgb(172,236,175); }
H1.HeaderClassName
{
color: #ACECAF;
}
.AnyTagClassName
{
color: #ACECAF;
}
</style>
background-color css
<style>
a { background-color: #ACECAF; }
a { background-color: rgb(172,236,175); }
div.DivClassName
{
background-color: #ACECAF;
}
.BgClassName
{
background-color: #ACECAF;
}
</style>
border-color css
<style>
span { border-color: #ACECAF; }
span { border-color: rgb(172,236,175); }
td.TdClassName
{
border-color: #ACECAF;
}
.TagClassName
{
border-color: #ACECAF;
}
</style>