Shades of Celadon #AAECAF
Tints of Celadon #AAECAF
RGB
CMYK
RGB Variations
Color information
#AAECAF (or 0xAAECAF) is known color: Celadon. HEX triplet: AA, EC and AF. RGB value is (170,236,175). Sum of RGB (Red+Green+Blue) = 170+236+175=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECAF is #551350. Grayscale: #D1D1D1. Windows color (decimal): -5575505 or 11529386. OLE color: 11529386.
HSL color Cylindrical-coordinate representation of color #AAECAF: hue angle of 124.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 175 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.07 |
| HSL | 124.55º | 0.63% | 0.8% | - |
| HSV(B) | 124.55º | 0.28% | 0.93% | - |
| XYZ | 54.31 | 71.63 | 51.52 | - |
| YUV | 209.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 175 | 0.28 | 0 | 0.26 | 0.07 | 124.55 | 0.63 | 0.8 |
| Hex | AA | EC | AF | 1C | 0 | 1A | 7 | 7D | 3F | 50 |
| Octal | 252 | 354 | 257 | 34 | 0 | 32 | 7 | 175 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10101111 | 11100 | 0 | 11010 | 111 | 1111101 | 111111 | 1010000 |
Color Harmonies of #AAECAF
Complementary color
Monochromatic Colors of #AAECAF
Black with #AAECAF
Text Example
Text Example
White with #AAECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECAF; }
p { color: rgb(170,236,175); }
H1.HeaderClassName
{
color: #AAECAF;
}
.AnyTagClassName
{
color: #AAECAF;
}
</style>
background-color css
<style>
a { background-color: #AAECAF; }
a { background-color: rgb(170,236,175); }
div.DivClassName
{
background-color: #AAECAF;
}
.BgClassName
{
background-color: #AAECAF;
}
</style>
border-color css
<style>
span { border-color: #AAECAF; }
span { border-color: rgb(170,236,175); }
td.TdClassName
{
border-color: #AAECAF;
}
.TagClassName
{
border-color: #AAECAF;
}
</style>