Shades of Celadon #AAEAAF
Tints of Celadon #AAEAAF
RGB
CMYK
RGB Variations
Color information
#AAEAAF (or 0xAAEAAF) is known color: Celadon. HEX triplet: AA, EA and AF. RGB value is (170,234,175). Sum of RGB (Red+Green+Blue) = 170+234+175=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAAF is #551550. Grayscale: #D0D0D0. Windows color (decimal): -5576017 or 11528874. OLE color: 11528874.
HSL color Cylindrical-coordinate representation of color #AAEAAF: hue angle of 124.69º 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 #AAEAAF is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 175 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.08 |
| HSL | 124.69º | 0.6% | 0.79% | - |
| HSV(B) | 124.69º | 0.27% | 0.92% | - |
| XYZ | 53.74 | 70.49 | 51.33 | - |
| YUV | 208.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 175 | 0.27 | 0 | 0.25 | 0.08 | 124.69 | 0.6 | 0.79 |
| Hex | AA | EA | AF | 1B | 0 | 19 | 8 | 7D | 3C | 4F |
| Octal | 252 | 352 | 257 | 33 | 0 | 31 | 10 | 175 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10101111 | 11011 | 0 | 11001 | 1000 | 1111101 | 111100 | 1001111 |
Color Harmonies of #AAEAAF
Complementary color
Monochromatic Colors of #AAEAAF
Black with #AAEAAF
Text Example
Text Example
White with #AAEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAAF; }
p { color: rgb(170,234,175); }
H1.HeaderClassName
{
color: #AAEAAF;
}
.AnyTagClassName
{
color: #AAEAAF;
}
</style>
background-color css
<style>
a { background-color: #AAEAAF; }
a { background-color: rgb(170,234,175); }
div.DivClassName
{
background-color: #AAEAAF;
}
.BgClassName
{
background-color: #AAEAAF;
}
</style>
border-color css
<style>
span { border-color: #AAEAAF; }
span { border-color: rgb(170,234,175); }
td.TdClassName
{
border-color: #AAEAAF;
}
.TagClassName
{
border-color: #AAEAAF;
}
</style>