Shades of Celadon #AAEAB0
Tints of Celadon #AAEAB0
RGB
CMYK
RGB Variations
Color information
#AAEAB0 (or 0xAAEAB0) is known color: Celadon. HEX triplet: AA, EA and B0. RGB value is (170,234,176). Sum of RGB (Red+Green+Blue) = 170+234+176=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAB0 is #55154F. Grayscale: #D0D0D0. Windows color (decimal): -5576016 or 11594410. OLE color: 11594410.
HSL color Cylindrical-coordinate representation of color #AAEAB0: hue angle of 125.62º 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 #AAEAB0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 176 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.08 |
| HSL | 125.63º | 0.6% | 0.79% | - |
| HSV(B) | 125.63º | 0.27% | 0.92% | - |
| XYZ | 53.84 | 70.53 | 51.85 | - |
| YUV | 208.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 176 | 0.27 | 0 | 0.25 | 0.08 | 125.63 | 0.6 | 0.79 |
| Hex | AA | EA | B0 | 1B | 0 | 19 | 8 | 7E | 3C | 4F |
| Octal | 252 | 352 | 260 | 33 | 0 | 31 | 10 | 176 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10110000 | 11011 | 0 | 11001 | 1000 | 1111110 | 111100 | 1001111 |
Color Harmonies of #AAEAB0
Complementary color
Monochromatic Colors of #AAEAB0
Black with #AAEAB0
Text Example
Text Example
White with #AAEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAB0; }
p { color: rgb(170,234,176); }
H1.HeaderClassName
{
color: #AAEAB0;
}
.AnyTagClassName
{
color: #AAEAB0;
}
</style>
background-color css
<style>
a { background-color: #AAEAB0; }
a { background-color: rgb(170,234,176); }
div.DivClassName
{
background-color: #AAEAB0;
}
.BgClassName
{
background-color: #AAEAB0;
}
</style>
border-color css
<style>
span { border-color: #AAEAB0; }
span { border-color: rgb(170,234,176); }
td.TdClassName
{
border-color: #AAEAB0;
}
.TagClassName
{
border-color: #AAEAB0;
}
</style>