Shades of Celadon #AAE9B3
Tints of Celadon #AAE9B3
RGB
CMYK
RGB Variations
Color information
#AAE9B3 (or 0xAAE9B3) is known color: Celadon. HEX triplet: AA, E9 and B3. RGB value is (170,233,179). Sum of RGB (Red+Green+Blue) = 170+233+179=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9B3 is #55164C. Grayscale: #D0D0D0. Windows color (decimal): -5576269 or 11790762. OLE color: 11790762.
HSL color Cylindrical-coordinate representation of color #AAE9B3: hue angle of 128.57º 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 #AAE9B3 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 179 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.09 |
| HSL | 128.57º | 0.59% | 0.79% | - |
| HSV(B) | 128.57º | 0.27% | 0.91% | - |
| XYZ | 53.85 | 70.08 | 53.34 | - |
| YUV | 208.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 179 | 0.27 | 0 | 0.23 | 0.09 | 128.57 | 0.59 | 0.79 |
| Hex | AA | E9 | B3 | 1B | 0 | 17 | 9 | 81 | 3B | 4F |
| Octal | 252 | 351 | 263 | 33 | 0 | 27 | 11 | 201 | 73 | 117 |
| Binary | 10101010 | 11101001 | 10110011 | 11011 | 0 | 10111 | 1001 | 10000001 | 111011 | 1001111 |
Color Harmonies of #AAE9B3
Complementary color
Monochromatic Colors of #AAE9B3
Black with #AAE9B3
Text Example
Text Example
White with #AAE9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9B3; }
p { color: rgb(170,233,179); }
H1.HeaderClassName
{
color: #AAE9B3;
}
.AnyTagClassName
{
color: #AAE9B3;
}
</style>
background-color css
<style>
a { background-color: #AAE9B3; }
a { background-color: rgb(170,233,179); }
div.DivClassName
{
background-color: #AAE9B3;
}
.BgClassName
{
background-color: #AAE9B3;
}
</style>
border-color css
<style>
span { border-color: #AAE9B3; }
span { border-color: rgb(170,233,179); }
td.TdClassName
{
border-color: #AAE9B3;
}
.TagClassName
{
border-color: #AAE9B3;
}
</style>