Shades of Celadon #AAE4B1
Tints of Celadon #AAE4B1
RGB
CMYK
RGB Variations
Color information
#AAE4B1 (or 0xAAE4B1) is known color: Celadon. HEX triplet: AA, E4 and B1. RGB value is (170,228,177). Sum of RGB (Red+Green+Blue) = 170+228+177=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE4B1 is #551B4E. Grayscale: #CCCCCC. Windows color (decimal): -5577551 or 11658410. OLE color: 11658410.
HSL color Cylindrical-coordinate representation of color #AAE4B1: hue angle of 127.24º degrees, saturation: 0.52, 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 #AAE4B1 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 177 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.11 |
| HSL | 127.24º | 0.52% | 0.78% | - |
| HSV(B) | 127.24º | 0.25% | 0.89% | - |
| XYZ | 52.26 | 67.21 | 51.81 | - |
| YUV | 204.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 177 | 0.25 | 0 | 0.22 | 0.11 | 127.24 | 0.52 | 0.78 |
| Hex | AA | E4 | B1 | 19 | 0 | 16 | B | 7F | 34 | 4E |
| Octal | 252 | 344 | 261 | 31 | 0 | 26 | 13 | 177 | 64 | 116 |
| Binary | 10101010 | 11100100 | 10110001 | 11001 | 0 | 10110 | 1011 | 1111111 | 110100 | 1001110 |
Color Harmonies of #AAE4B1
Complementary color
Monochromatic Colors of #AAE4B1
Black with #AAE4B1
Text Example
Text Example
White with #AAE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4B1; }
p { color: rgb(170,228,177); }
H1.HeaderClassName
{
color: #AAE4B1;
}
.AnyTagClassName
{
color: #AAE4B1;
}
</style>
background-color css
<style>
a { background-color: #AAE4B1; }
a { background-color: rgb(170,228,177); }
div.DivClassName
{
background-color: #AAE4B1;
}
.BgClassName
{
background-color: #AAE4B1;
}
</style>
border-color css
<style>
span { border-color: #AAE4B1; }
span { border-color: rgb(170,228,177); }
td.TdClassName
{
border-color: #AAE4B1;
}
.TagClassName
{
border-color: #AAE4B1;
}
</style>