Shades of Celadon #AAE8AE
Tints of Celadon #AAE8AE
RGB
CMYK
RGB Variations
Color information
#AAE8AE (or 0xAAE8AE) is known color: Celadon. HEX triplet: AA, E8 and AE. RGB value is (170,232,174). Sum of RGB (Red+Green+Blue) = 170+232+174=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE8AE is #551751. Grayscale: #CFCFCF. Windows color (decimal): -5576530 or 11462826. OLE color: 11462826.
HSL color Cylindrical-coordinate representation of color #AAE8AE: hue angle of 123.87º degrees, saturation: 0.57, 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 #AAE8AE is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 174 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.09 |
| HSL | 123.87º | 0.57% | 0.79% | - |
| HSV(B) | 123.87º | 0.27% | 0.91% | - |
| XYZ | 53.07 | 69.32 | 50.63 | - |
| YUV | 206.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 174 | 0.27 | 0 | 0.25 | 0.09 | 123.87 | 0.57 | 0.79 |
| Hex | AA | E8 | AE | 1B | 0 | 19 | 9 | 7C | 39 | 4F |
| Octal | 252 | 350 | 256 | 33 | 0 | 31 | 11 | 174 | 71 | 117 |
| Binary | 10101010 | 11101000 | 10101110 | 11011 | 0 | 11001 | 1001 | 1111100 | 111001 | 1001111 |
Color Harmonies of #AAE8AE
Complementary color
Monochromatic Colors of #AAE8AE
Black with #AAE8AE
Text Example
Text Example
White with #AAE8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8AE; }
p { color: rgb(170,232,174); }
H1.HeaderClassName
{
color: #AAE8AE;
}
.AnyTagClassName
{
color: #AAE8AE;
}
</style>
background-color css
<style>
a { background-color: #AAE8AE; }
a { background-color: rgb(170,232,174); }
div.DivClassName
{
background-color: #AAE8AE;
}
.BgClassName
{
background-color: #AAE8AE;
}
</style>
border-color css
<style>
span { border-color: #AAE8AE; }
span { border-color: rgb(170,232,174); }
td.TdClassName
{
border-color: #AAE8AE;
}
.TagClassName
{
border-color: #AAE8AE;
}
</style>