Shades of Celadon #AAE5AC
Tints of Celadon #AAE5AC
RGB
CMYK
RGB Variations
Color information
#AAE5AC (or 0xAAE5AC) is known color: Celadon. HEX triplet: AA, E5 and AC. RGB value is (170,229,172). Sum of RGB (Red+Green+Blue) = 170+229+172=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE5AC is #551A53. Grayscale: #CDCDCD. Windows color (decimal): -5577300 or 11330986. OLE color: 11330986.
HSL color Cylindrical-coordinate representation of color #AAE5AC: hue angle of 122.03º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5AC is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 172 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.10 |
| HSL | 122.03º | 0.53% | 0.78% | - |
| HSV(B) | 122.03º | 0.26% | 0.9% | - |
| XYZ | 52.04 | 67.56 | 49.33 | - |
| YUV | 204.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 172 | 0.26 | 0 | 0.25 | 0.10 | 122.03 | 0.53 | 0.78 |
| Hex | AA | E5 | AC | 1A | 0 | 19 | A | 7A | 35 | 4E |
| Octal | 252 | 345 | 254 | 32 | 0 | 31 | 12 | 172 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10101100 | 11010 | 0 | 11001 | 1010 | 1111010 | 110101 | 1001110 |
Color Harmonies of #AAE5AC
Complementary color
Monochromatic Colors of #AAE5AC
Black with #AAE5AC
Text Example
Text Example
White with #AAE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5AC; }
p { color: rgb(170,229,172); }
H1.HeaderClassName
{
color: #AAE5AC;
}
.AnyTagClassName
{
color: #AAE5AC;
}
</style>
background-color css
<style>
a { background-color: #AAE5AC; }
a { background-color: rgb(170,229,172); }
div.DivClassName
{
background-color: #AAE5AC;
}
.BgClassName
{
background-color: #AAE5AC;
}
</style>
border-color css
<style>
span { border-color: #AAE5AC; }
span { border-color: rgb(170,229,172); }
td.TdClassName
{
border-color: #AAE5AC;
}
.TagClassName
{
border-color: #AAE5AC;
}
</style>