Shades of Celadon #AAEEAC
Tints of Celadon #AAEEAC
RGB
CMYK
RGB Variations
Color information
#AAEEAC (or 0xAAEEAC) is known color: Celadon. HEX triplet: AA, EE and AC. RGB value is (170,238,172). Sum of RGB (Red+Green+Blue) = 170+238+172=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEAC is #551153. Grayscale: #D2D2D2. Windows color (decimal): -5574996 or 11333290. OLE color: 11333290.
HSL color Cylindrical-coordinate representation of color #AAEEAC: hue angle of 121.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEAC is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 172 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.07 |
| HSL | 121.76º | 0.67% | 0.8% | - |
| HSV(B) | 121.76º | 0.29% | 0.93% | - |
| XYZ | 54.6 | 72.67 | 50.18 | - |
| YUV | 210.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 172 | 0.29 | 0 | 0.28 | 0.07 | 121.76 | 0.67 | 0.8 |
| Hex | AA | EE | AC | 1D | 0 | 1C | 7 | 7A | 43 | 50 |
| Octal | 252 | 356 | 254 | 35 | 0 | 34 | 7 | 172 | 103 | 120 |
| Binary | 10101010 | 11101110 | 10101100 | 11101 | 0 | 11100 | 111 | 1111010 | 1000011 | 1010000 |
Color Harmonies of #AAEEAC
Complementary color
Monochromatic Colors of #AAEEAC
Black with #AAEEAC
Text Example
Text Example
White with #AAEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEAC; }
p { color: rgb(170,238,172); }
H1.HeaderClassName
{
color: #AAEEAC;
}
.AnyTagClassName
{
color: #AAEEAC;
}
</style>
background-color css
<style>
a { background-color: #AAEEAC; }
a { background-color: rgb(170,238,172); }
div.DivClassName
{
background-color: #AAEEAC;
}
.BgClassName
{
background-color: #AAEEAC;
}
</style>
border-color css
<style>
span { border-color: #AAEEAC; }
span { border-color: rgb(170,238,172); }
td.TdClassName
{
border-color: #AAEEAC;
}
.TagClassName
{
border-color: #AAEEAC;
}
</style>