Shades of Celadon #AAE0B1
Tints of Celadon #AAE0B1
RGB
CMYK
RGB Variations
Color information
#AAE0B1 (or 0xAAE0B1) is known color: Celadon. HEX triplet: AA, E0 and B1. RGB value is (170,224,177). Sum of RGB (Red+Green+Blue) = 170+224+177=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE0B1 is #551F4E. Grayscale: #CACACA. Windows color (decimal): -5578575 or 11657386. OLE color: 11657386.
HSL color Cylindrical-coordinate representation of color #AAE0B1: hue angle of 127.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0B1 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 177 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.12 |
| HSL | 127.78º | 0.47% | 0.77% | - |
| HSV(B) | 127.78º | 0.24% | 0.88% | - |
| XYZ | 51.17 | 65.03 | 51.45 | - |
| YUV | 202.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 177 | 0.24 | 0 | 0.21 | 0.12 | 127.78 | 0.47 | 0.77 |
| Hex | AA | E0 | B1 | 18 | 0 | 15 | C | 80 | 2F | 4D |
| Octal | 252 | 340 | 261 | 30 | 0 | 25 | 14 | 200 | 57 | 115 |
| Binary | 10101010 | 11100000 | 10110001 | 11000 | 0 | 10101 | 1100 | 10000000 | 101111 | 1001101 |
Color Harmonies of #AAE0B1
Complementary color
Monochromatic Colors of #AAE0B1
Black with #AAE0B1
Text Example
Text Example
White with #AAE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0B1; }
p { color: rgb(170,224,177); }
H1.HeaderClassName
{
color: #AAE0B1;
}
.AnyTagClassName
{
color: #AAE0B1;
}
</style>
background-color css
<style>
a { background-color: #AAE0B1; }
a { background-color: rgb(170,224,177); }
div.DivClassName
{
background-color: #AAE0B1;
}
.BgClassName
{
background-color: #AAE0B1;
}
</style>
border-color css
<style>
span { border-color: #AAE0B1; }
span { border-color: rgb(170,224,177); }
td.TdClassName
{
border-color: #AAE0B1;
}
.TagClassName
{
border-color: #AAE0B1;
}
</style>