Shades of Celadon #AAE1AE
Tints of Celadon #AAE1AE
RGB
CMYK
RGB Variations
Color information
#AAE1AE (or 0xAAE1AE) is known color: Celadon. HEX triplet: AA, E1 and AE. RGB value is (170,225,174). Sum of RGB (Red+Green+Blue) = 170+225+174=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1AE is #551E51. Grayscale: #CACACA. Windows color (decimal): -5578322 or 11461034. OLE color: 11461034.
HSL color Cylindrical-coordinate representation of color #AAE1AE: hue angle of 124.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1AE is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 174 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.12 |
| HSL | 124.36º | 0.48% | 0.77% | - |
| HSV(B) | 124.36º | 0.24% | 0.88% | - |
| XYZ | 51.14 | 65.45 | 49.98 | - |
| YUV | 202.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 174 | 0.24 | 0 | 0.23 | 0.12 | 124.36 | 0.48 | 0.77 |
| Hex | AA | E1 | AE | 18 | 0 | 17 | C | 7C | 30 | 4D |
| Octal | 252 | 341 | 256 | 30 | 0 | 27 | 14 | 174 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10101110 | 11000 | 0 | 10111 | 1100 | 1111100 | 110000 | 1001101 |
Color Harmonies of #AAE1AE
Complementary color
Monochromatic Colors of #AAE1AE
Black with #AAE1AE
Text Example
Text Example
White with #AAE1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1AE; }
p { color: rgb(170,225,174); }
H1.HeaderClassName
{
color: #AAE1AE;
}
.AnyTagClassName
{
color: #AAE1AE;
}
</style>
background-color css
<style>
a { background-color: #AAE1AE; }
a { background-color: rgb(170,225,174); }
div.DivClassName
{
background-color: #AAE1AE;
}
.BgClassName
{
background-color: #AAE1AE;
}
</style>
border-color css
<style>
span { border-color: #AAE1AE; }
span { border-color: rgb(170,225,174); }
td.TdClassName
{
border-color: #AAE1AE;
}
.TagClassName
{
border-color: #AAE1AE;
}
</style>