Shades of Celadon #AAEAAE
Tints of Celadon #AAEAAE
RGB
CMYK
RGB Variations
Color information
#AAEAAE (or 0xAAEAAE) is known color: Celadon. HEX triplet: AA, EA and AE. RGB value is (170,234,174). Sum of RGB (Red+Green+Blue) = 170+234+174=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAAE is #551551. Grayscale: #D0D0D0. Windows color (decimal): -5576018 or 11463338. OLE color: 11463338.
HSL color Cylindrical-coordinate representation of color #AAEAAE: hue angle of 123.75º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAAE is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 174 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.08 |
| HSL | 123.75º | 0.6% | 0.79% | - |
| HSV(B) | 123.75º | 0.27% | 0.92% | - |
| XYZ | 53.64 | 70.45 | 50.82 | - |
| YUV | 208.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 174 | 0.27 | 0 | 0.26 | 0.08 | 123.75 | 0.6 | 0.79 |
| Hex | AA | EA | AE | 1B | 0 | 1A | 8 | 7C | 3C | 4F |
| Octal | 252 | 352 | 256 | 33 | 0 | 32 | 10 | 174 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10101110 | 11011 | 0 | 11010 | 1000 | 1111100 | 111100 | 1001111 |
Color Harmonies of #AAEAAE
Complementary color
Monochromatic Colors of #AAEAAE
Black with #AAEAAE
Text Example
Text Example
White with #AAEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAAE; }
p { color: rgb(170,234,174); }
H1.HeaderClassName
{
color: #AAEAAE;
}
.AnyTagClassName
{
color: #AAEAAE;
}
</style>
background-color css
<style>
a { background-color: #AAEAAE; }
a { background-color: rgb(170,234,174); }
div.DivClassName
{
background-color: #AAEAAE;
}
.BgClassName
{
background-color: #AAEAAE;
}
</style>
border-color css
<style>
span { border-color: #AAEAAE; }
span { border-color: rgb(170,234,174); }
td.TdClassName
{
border-color: #AAEAAE;
}
.TagClassName
{
border-color: #AAEAAE;
}
</style>