Shades of Celadon #AAE6AE
Tints of Celadon #AAE6AE
RGB
CMYK
RGB Variations
Color information
#AAE6AE (or 0xAAE6AE) is known color: Celadon. HEX triplet: AA, E6 and AE. RGB value is (170,230,174). Sum of RGB (Red+Green+Blue) = 170+230+174=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE6AE is #551951. Grayscale: #CDCDCD. Windows color (decimal): -5577042 or 11462314. OLE color: 11462314.
HSL color Cylindrical-coordinate representation of color #AAE6AE: hue angle of 124º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6AE is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 174 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.10 |
| HSL | 124º | 0.55% | 0.78% | - |
| HSV(B) | 124º | 0.26% | 0.9% | - |
| XYZ | 52.51 | 68.2 | 50.44 | - |
| YUV | 205.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 174 | 0.26 | 0 | 0.24 | 0.10 | 124 | 0.55 | 0.78 |
| Hex | AA | E6 | AE | 1A | 0 | 18 | A | 7C | 37 | 4E |
| Octal | 252 | 346 | 256 | 32 | 0 | 30 | 12 | 174 | 67 | 116 |
| Binary | 10101010 | 11100110 | 10101110 | 11010 | 0 | 11000 | 1010 | 1111100 | 110111 | 1001110 |
Color Harmonies of #AAE6AE
Complementary color
Monochromatic Colors of #AAE6AE
Black with #AAE6AE
Text Example
Text Example
White with #AAE6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6AE; }
p { color: rgb(170,230,174); }
H1.HeaderClassName
{
color: #AAE6AE;
}
.AnyTagClassName
{
color: #AAE6AE;
}
</style>
background-color css
<style>
a { background-color: #AAE6AE; }
a { background-color: rgb(170,230,174); }
div.DivClassName
{
background-color: #AAE6AE;
}
.BgClassName
{
background-color: #AAE6AE;
}
</style>
border-color css
<style>
span { border-color: #AAE6AE; }
span { border-color: rgb(170,230,174); }
td.TdClassName
{
border-color: #AAE6AE;
}
.TagClassName
{
border-color: #AAE6AE;
}
</style>