Shades of Celadon #AAE7AB
Tints of Celadon #AAE7AB
RGB
CMYK
RGB Variations
Color information
#AAE7AB (or 0xAAE7AB) is known color: Celadon. HEX triplet: AA, E7 and AB. RGB value is (170,231,171). Sum of RGB (Red+Green+Blue) = 170+231+171=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE7AB is #551854. Grayscale: #CECECE. Windows color (decimal): -5576789 or 11265962. OLE color: 11265962.
HSL color Cylindrical-coordinate representation of color #AAE7AB: hue angle of 120.98º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7AB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 171 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.09 |
| HSL | 120.98º | 0.56% | 0.79% | - |
| HSV(B) | 120.98º | 0.26% | 0.91% | - |
| XYZ | 52.5 | 68.64 | 49.01 | - |
| YUV | 205.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 171 | 0.26 | 0 | 0.26 | 0.09 | 120.98 | 0.56 | 0.79 |
| Hex | AA | E7 | AB | 1A | 0 | 1A | 9 | 79 | 38 | 4F |
| Octal | 252 | 347 | 253 | 32 | 0 | 32 | 11 | 171 | 70 | 117 |
| Binary | 10101010 | 11100111 | 10101011 | 11010 | 0 | 11010 | 1001 | 1111001 | 111000 | 1001111 |
Color Harmonies of #AAE7AB
Complementary color
Monochromatic Colors of #AAE7AB
Black with #AAE7AB
Text Example
Text Example
White with #AAE7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7AB; }
p { color: rgb(170,231,171); }
H1.HeaderClassName
{
color: #AAE7AB;
}
.AnyTagClassName
{
color: #AAE7AB;
}
</style>
background-color css
<style>
a { background-color: #AAE7AB; }
a { background-color: rgb(170,231,171); }
div.DivClassName
{
background-color: #AAE7AB;
}
.BgClassName
{
background-color: #AAE7AB;
}
</style>
border-color css
<style>
span { border-color: #AAE7AB; }
span { border-color: rgb(170,231,171); }
td.TdClassName
{
border-color: #AAE7AB;
}
.TagClassName
{
border-color: #AAE7AB;
}
</style>