Shades of Celadon #AAE8B2
Tints of Celadon #AAE8B2
RGB
CMYK
RGB Variations
Color information
#AAE8B2 (or 0xAAE8B2) is known color: Celadon. HEX triplet: AA, E8 and B2. RGB value is (170,232,178). Sum of RGB (Red+Green+Blue) = 170+232+178=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE8B2 is #55174D. Grayscale: #CFCFCF. Windows color (decimal): -5576526 or 11724970. OLE color: 11724970.
HSL color Cylindrical-coordinate representation of color #AAE8B2: hue angle of 127.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8B2 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 178 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.09 |
| HSL | 127.74º | 0.57% | 0.79% | - |
| HSV(B) | 127.74º | 0.27% | 0.91% | - |
| XYZ | 53.47 | 69.47 | 52.71 | - |
| YUV | 207.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 178 | 0.27 | 0 | 0.23 | 0.09 | 127.74 | 0.57 | 0.79 |
| Hex | AA | E8 | B2 | 1B | 0 | 17 | 9 | 80 | 39 | 4F |
| Octal | 252 | 350 | 262 | 33 | 0 | 27 | 11 | 200 | 71 | 117 |
| Binary | 10101010 | 11101000 | 10110010 | 11011 | 0 | 10111 | 1001 | 10000000 | 111001 | 1001111 |
Color Harmonies of #AAE8B2
Complementary color
Monochromatic Colors of #AAE8B2
Black with #AAE8B2
Text Example
Text Example
White with #AAE8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8B2; }
p { color: rgb(170,232,178); }
H1.HeaderClassName
{
color: #AAE8B2;
}
.AnyTagClassName
{
color: #AAE8B2;
}
</style>
background-color css
<style>
a { background-color: #AAE8B2; }
a { background-color: rgb(170,232,178); }
div.DivClassName
{
background-color: #AAE8B2;
}
.BgClassName
{
background-color: #AAE8B2;
}
</style>
border-color css
<style>
span { border-color: #AAE8B2; }
span { border-color: rgb(170,232,178); }
td.TdClassName
{
border-color: #AAE8B2;
}
.TagClassName
{
border-color: #AAE8B2;
}
</style>