Shades of Celadon #AAE9AB
Tints of Celadon #AAE9AB
RGB
CMYK
RGB Variations
Color information
#AAE9AB (or 0xAAE9AB) is known color: Celadon. HEX triplet: AA, E9 and AB. RGB value is (170,233,171). Sum of RGB (Red+Green+Blue) = 170+233+171=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE9AB is #551654. Grayscale: #CFCFCF. Windows color (decimal): -5576277 or 11266474. OLE color: 11266474.
HSL color Cylindrical-coordinate representation of color #AAE9AB: hue angle of 120.95º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9AB is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 171 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.09 |
| HSL | 120.95º | 0.59% | 0.79% | - |
| HSV(B) | 120.95º | 0.27% | 0.91% | - |
| XYZ | 53.07 | 69.76 | 49.2 | - |
| YUV | 207.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 171 | 0.27 | 0 | 0.27 | 0.09 | 120.95 | 0.59 | 0.79 |
| Hex | AA | E9 | AB | 1B | 0 | 1B | 9 | 79 | 3B | 4F |
| Octal | 252 | 351 | 253 | 33 | 0 | 33 | 11 | 171 | 73 | 117 |
| Binary | 10101010 | 11101001 | 10101011 | 11011 | 0 | 11011 | 1001 | 1111001 | 111011 | 1001111 |
Color Harmonies of #AAE9AB
Complementary color
Monochromatic Colors of #AAE9AB
Black with #AAE9AB
Text Example
Text Example
White with #AAE9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9AB; }
p { color: rgb(170,233,171); }
H1.HeaderClassName
{
color: #AAE9AB;
}
.AnyTagClassName
{
color: #AAE9AB;
}
</style>
background-color css
<style>
a { background-color: #AAE9AB; }
a { background-color: rgb(170,233,171); }
div.DivClassName
{
background-color: #AAE9AB;
}
.BgClassName
{
background-color: #AAE9AB;
}
</style>
border-color css
<style>
span { border-color: #AAE9AB; }
span { border-color: rgb(170,233,171); }
td.TdClassName
{
border-color: #AAE9AB;
}
.TagClassName
{
border-color: #AAE9AB;
}
</style>