Shades of Celadon #AAE9B4
Tints of Celadon #AAE9B4
RGB
CMYK
RGB Variations
Color information
#AAE9B4 (or 0xAAE9B4) is known color: Celadon. HEX triplet: AA, E9 and B4. RGB value is (170,233,180). Sum of RGB (Red+Green+Blue) = 170+233+180=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9B4 is #55164B. Grayscale: #D0D0D0. Windows color (decimal): -5576268 or 11856298. OLE color: 11856298.
HSL color Cylindrical-coordinate representation of color #AAE9B4: hue angle of 129.52º 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 #AAE9B4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 180 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.09 |
| HSL | 129.52º | 0.59% | 0.79% | - |
| HSV(B) | 129.52º | 0.27% | 0.91% | - |
| XYZ | 53.95 | 70.12 | 53.87 | - |
| YUV | 208.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 180 | 0.27 | 0 | 0.23 | 0.09 | 129.52 | 0.59 | 0.79 |
| Hex | AA | E9 | B4 | 1B | 0 | 17 | 9 | 82 | 3B | 4F |
| Octal | 252 | 351 | 264 | 33 | 0 | 27 | 11 | 202 | 73 | 117 |
| Binary | 10101010 | 11101001 | 10110100 | 11011 | 0 | 10111 | 1001 | 10000010 | 111011 | 1001111 |
Color Harmonies of #AAE9B4
Complementary color
Monochromatic Colors of #AAE9B4
Black with #AAE9B4
Text Example
Text Example
White with #AAE9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9B4; }
p { color: rgb(170,233,180); }
H1.HeaderClassName
{
color: #AAE9B4;
}
.AnyTagClassName
{
color: #AAE9B4;
}
</style>
background-color css
<style>
a { background-color: #AAE9B4; }
a { background-color: rgb(170,233,180); }
div.DivClassName
{
background-color: #AAE9B4;
}
.BgClassName
{
background-color: #AAE9B4;
}
</style>
border-color css
<style>
span { border-color: #AAE9B4; }
span { border-color: rgb(170,233,180); }
td.TdClassName
{
border-color: #AAE9B4;
}
.TagClassName
{
border-color: #AAE9B4;
}
</style>