Shades of Celadon #AAE3B1
Tints of Celadon #AAE3B1
RGB
CMYK
RGB Variations
Color information
#AAE3B1 (or 0xAAE3B1) is known color: Celadon. HEX triplet: AA, E3 and B1. RGB value is (170,227,177). Sum of RGB (Red+Green+Blue) = 170+227+177=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE3B1 is #551C4E. Grayscale: #CCCCCC. Windows color (decimal): -5577807 or 11658154. OLE color: 11658154.
HSL color Cylindrical-coordinate representation of color #AAE3B1: hue angle of 127.37º 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 #AAE3B1 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 177 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.11 |
| HSL | 127.37º | 0.5% | 0.78% | - |
| HSV(B) | 127.37º | 0.25% | 0.89% | - |
| XYZ | 51.98 | 66.66 | 51.72 | - |
| YUV | 204.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 177 | 0.25 | 0 | 0.22 | 0.11 | 127.37 | 0.5 | 0.78 |
| Hex | AA | E3 | B1 | 19 | 0 | 16 | B | 7F | 32 | 4E |
| Octal | 252 | 343 | 261 | 31 | 0 | 26 | 13 | 177 | 62 | 116 |
| Binary | 10101010 | 11100011 | 10110001 | 11001 | 0 | 10110 | 1011 | 1111111 | 110010 | 1001110 |
Color Harmonies of #AAE3B1
Complementary color
Monochromatic Colors of #AAE3B1
Black with #AAE3B1
Text Example
Text Example
White with #AAE3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3B1; }
p { color: rgb(170,227,177); }
H1.HeaderClassName
{
color: #AAE3B1;
}
.AnyTagClassName
{
color: #AAE3B1;
}
</style>
background-color css
<style>
a { background-color: #AAE3B1; }
a { background-color: rgb(170,227,177); }
div.DivClassName
{
background-color: #AAE3B1;
}
.BgClassName
{
background-color: #AAE3B1;
}
</style>
border-color css
<style>
span { border-color: #AAE3B1; }
span { border-color: rgb(170,227,177); }
td.TdClassName
{
border-color: #AAE3B1;
}
.TagClassName
{
border-color: #AAE3B1;
}
</style>