Shades of Celadon #AAEAAA
Tints of Celadon #AAEAAA
RGB
CMYK
RGB Variations
Color information
#AAEAAA (or 0xAAEAAA) is known color: Celadon. HEX triplet: AA, EA and AA. RGB value is (170,234,170). Sum of RGB (Red+Green+Blue) = 170+234+170=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAAA is #551555. Grayscale: #CFCFCF. Windows color (decimal): -5576022 or 11201194. OLE color: 11201194.
HSL color Cylindrical-coordinate representation of color #AAEAAA: hue angle of 120º 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 #AAEAAA is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 170 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.08 |
| HSL | 120º | 0.6% | 0.79% | - |
| HSV(B) | 120º | 0.27% | 0.92% | - |
| XYZ | 53.26 | 70.29 | 48.79 | - |
| YUV | 207.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 170 | 0.27 | 0 | 0.27 | 0.08 | 120 | 0.6 | 0.79 |
| Hex | AA | EA | AA | 1B | 0 | 1B | 8 | 78 | 3C | 4F |
| Octal | 252 | 352 | 252 | 33 | 0 | 33 | 10 | 170 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10101010 | 11011 | 0 | 11011 | 1000 | 1111000 | 111100 | 1001111 |
Color Harmonies of #AAEAAA
Complementary color
Monochromatic Colors of #AAEAAA
Black with #AAEAAA
Text Example
Text Example
White with #AAEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAAA; }
p { color: rgb(170,234,170); }
H1.HeaderClassName
{
color: #AAEAAA;
}
.AnyTagClassName
{
color: #AAEAAA;
}
</style>
background-color css
<style>
a { background-color: #AAEAAA; }
a { background-color: rgb(170,234,170); }
div.DivClassName
{
background-color: #AAEAAA;
}
.BgClassName
{
background-color: #AAEAAA;
}
</style>
border-color css
<style>
span { border-color: #AAEAAA; }
span { border-color: rgb(170,234,170); }
td.TdClassName
{
border-color: #AAEAAA;
}
.TagClassName
{
border-color: #AAEAAA;
}
</style>