Shades of Celadon #AAE3AD
Tints of Celadon #AAE3AD
RGB
CMYK
RGB Variations
Color information
#AAE3AD (or 0xAAE3AD) is known color: Celadon. HEX triplet: AA, E3 and AD. RGB value is (170,227,173). Sum of RGB (Red+Green+Blue) = 170+227+173=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE3AD is #551C52. Grayscale: #CBCBCB. Windows color (decimal): -5577811 or 11396010. OLE color: 11396010.
HSL color Cylindrical-coordinate representation of color #AAE3AD: hue angle of 123.16º degrees, saturation: 0.5, 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 #AAE3AD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 173 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.11 |
| HSL | 123.16º | 0.5% | 0.78% | - |
| HSV(B) | 123.16º | 0.25% | 0.89% | - |
| XYZ | 51.59 | 66.5 | 49.65 | - |
| YUV | 203.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 173 | 0.25 | 0 | 0.24 | 0.11 | 123.16 | 0.5 | 0.78 |
| Hex | AA | E3 | AD | 19 | 0 | 18 | B | 7B | 32 | 4E |
| Octal | 252 | 343 | 255 | 31 | 0 | 30 | 13 | 173 | 62 | 116 |
| Binary | 10101010 | 11100011 | 10101101 | 11001 | 0 | 11000 | 1011 | 1111011 | 110010 | 1001110 |
Color Harmonies of #AAE3AD
Complementary color
Monochromatic Colors of #AAE3AD
Black with #AAE3AD
Text Example
Text Example
White with #AAE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3AD; }
p { color: rgb(170,227,173); }
H1.HeaderClassName
{
color: #AAE3AD;
}
.AnyTagClassName
{
color: #AAE3AD;
}
</style>
background-color css
<style>
a { background-color: #AAE3AD; }
a { background-color: rgb(170,227,173); }
div.DivClassName
{
background-color: #AAE3AD;
}
.BgClassName
{
background-color: #AAE3AD;
}
</style>
border-color css
<style>
span { border-color: #AAE3AD; }
span { border-color: rgb(170,227,173); }
td.TdClassName
{
border-color: #AAE3AD;
}
.TagClassName
{
border-color: #AAE3AD;
}
</style>