Shades of Celadon #AAE5AB
Tints of Celadon #AAE5AB
RGB
CMYK
RGB Variations
Color information
#AAE5AB (or 0xAAE5AB) is known color: Celadon. HEX triplet: AA, E5 and AB. RGB value is (170,229,171). Sum of RGB (Red+Green+Blue) = 170+229+171=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE5AB is #551A54. Grayscale: #CCCCCC. Windows color (decimal): -5577301 or 11265450. OLE color: 11265450.
HSL color Cylindrical-coordinate representation of color #AAE5AB: hue angle of 121.02º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5AB is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 171 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.10 |
| HSL | 121.02º | 0.53% | 0.78% | - |
| HSV(B) | 121.02º | 0.26% | 0.9% | - |
| XYZ | 51.95 | 67.52 | 48.82 | - |
| YUV | 204.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 171 | 0.26 | 0 | 0.25 | 0.10 | 121.02 | 0.53 | 0.78 |
| Hex | AA | E5 | AB | 1A | 0 | 19 | A | 79 | 35 | 4E |
| Octal | 252 | 345 | 253 | 32 | 0 | 31 | 12 | 171 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10101011 | 11010 | 0 | 11001 | 1010 | 1111001 | 110101 | 1001110 |
Color Harmonies of #AAE5AB
Complementary color
Monochromatic Colors of #AAE5AB
Black with #AAE5AB
Text Example
Text Example
White with #AAE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5AB; }
p { color: rgb(170,229,171); }
H1.HeaderClassName
{
color: #AAE5AB;
}
.AnyTagClassName
{
color: #AAE5AB;
}
</style>
background-color css
<style>
a { background-color: #AAE5AB; }
a { background-color: rgb(170,229,171); }
div.DivClassName
{
background-color: #AAE5AB;
}
.BgClassName
{
background-color: #AAE5AB;
}
</style>
border-color css
<style>
span { border-color: #AAE5AB; }
span { border-color: rgb(170,229,171); }
td.TdClassName
{
border-color: #AAE5AB;
}
.TagClassName
{
border-color: #AAE5AB;
}
</style>