Shades of Celadon #AAE4AD
Tints of Celadon #AAE4AD
RGB
CMYK
RGB Variations
Color information
#AAE4AD (or 0xAAE4AD) is known color: Celadon. HEX triplet: AA, E4 and AD. RGB value is (170,228,173). Sum of RGB (Red+Green+Blue) = 170+228+173=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE4AD is #551B52. Grayscale: #CCCCCC. Windows color (decimal): -5577555 or 11396266. OLE color: 11396266.
HSL color Cylindrical-coordinate representation of color #AAE4AD: hue angle of 123.1º degrees, saturation: 0.52, 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 #AAE4AD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 173 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.11 |
| HSL | 123.1º | 0.52% | 0.78% | - |
| HSV(B) | 123.1º | 0.25% | 0.89% | - |
| XYZ | 51.86 | 67.05 | 49.74 | - |
| YUV | 204.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 173 | 0.25 | 0 | 0.24 | 0.11 | 123.1 | 0.52 | 0.78 |
| Hex | AA | E4 | AD | 19 | 0 | 18 | B | 7B | 34 | 4E |
| Octal | 252 | 344 | 255 | 31 | 0 | 30 | 13 | 173 | 64 | 116 |
| Binary | 10101010 | 11100100 | 10101101 | 11001 | 0 | 11000 | 1011 | 1111011 | 110100 | 1001110 |
Color Harmonies of #AAE4AD
Complementary color
Monochromatic Colors of #AAE4AD
Black with #AAE4AD
Text Example
Text Example
White with #AAE4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4AD; }
p { color: rgb(170,228,173); }
H1.HeaderClassName
{
color: #AAE4AD;
}
.AnyTagClassName
{
color: #AAE4AD;
}
</style>
background-color css
<style>
a { background-color: #AAE4AD; }
a { background-color: rgb(170,228,173); }
div.DivClassName
{
background-color: #AAE4AD;
}
.BgClassName
{
background-color: #AAE4AD;
}
</style>
border-color css
<style>
span { border-color: #AAE4AD; }
span { border-color: rgb(170,228,173); }
td.TdClassName
{
border-color: #AAE4AD;
}
.TagClassName
{
border-color: #AAE4AD;
}
</style>