Shades of Celadon #AAE2AF
Tints of Celadon #AAE2AF
RGB
CMYK
RGB Variations
Color information
#AAE2AF (or 0xAAE2AF) is known color: Celadon. HEX triplet: AA, E2 and AF. RGB value is (170,226,175). Sum of RGB (Red+Green+Blue) = 170+226+175=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE2AF is #551D50. Grayscale: #CBCBCB. Windows color (decimal): -5578065 or 11526826. OLE color: 11526826.
HSL color Cylindrical-coordinate representation of color #AAE2AF: hue angle of 125.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2AF is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 175 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.11 |
| HSL | 125.36º | 0.49% | 0.78% | - |
| HSV(B) | 125.36º | 0.25% | 0.89% | - |
| XYZ | 51.51 | 66.03 | 50.59 | - |
| YUV | 203.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 175 | 0.25 | 0 | 0.23 | 0.11 | 125.36 | 0.49 | 0.78 |
| Hex | AA | E2 | AF | 19 | 0 | 17 | B | 7D | 31 | 4E |
| Octal | 252 | 342 | 257 | 31 | 0 | 27 | 13 | 175 | 61 | 116 |
| Binary | 10101010 | 11100010 | 10101111 | 11001 | 0 | 10111 | 1011 | 1111101 | 110001 | 1001110 |
Color Harmonies of #AAE2AF
Complementary color
Monochromatic Colors of #AAE2AF
Black with #AAE2AF
Text Example
Text Example
White with #AAE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2AF; }
p { color: rgb(170,226,175); }
H1.HeaderClassName
{
color: #AAE2AF;
}
.AnyTagClassName
{
color: #AAE2AF;
}
</style>
background-color css
<style>
a { background-color: #AAE2AF; }
a { background-color: rgb(170,226,175); }
div.DivClassName
{
background-color: #AAE2AF;
}
.BgClassName
{
background-color: #AAE2AF;
}
</style>
border-color css
<style>
span { border-color: #AAE2AF; }
span { border-color: rgb(170,226,175); }
td.TdClassName
{
border-color: #AAE2AF;
}
.TagClassName
{
border-color: #AAE2AF;
}
</style>