Shades of Celadon #AAEFAC
Tints of Celadon #AAEFAC
RGB
CMYK
RGB Variations
Color information
#AAEFAC (or 0xAAEFAC) is known color: Celadon. HEX triplet: AA, EF and AC. RGB value is (170,239,172). Sum of RGB (Red+Green+Blue) = 170+239+172=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEFAC is #551053. Grayscale: #D2D2D2. Windows color (decimal): -5574740 or 11333546. OLE color: 11333546.
HSL color Cylindrical-coordinate representation of color #AAEFAC: hue angle of 121.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFAC is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 172 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.06 |
| HSL | 121.74º | 0.68% | 0.8% | - |
| HSV(B) | 121.74º | 0.29% | 0.94% | - |
| XYZ | 54.89 | 73.26 | 50.28 | - |
| YUV | 210.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 172 | 0.29 | 0 | 0.28 | 0.06 | 121.74 | 0.68 | 0.8 |
| Hex | AA | EF | AC | 1D | 0 | 1C | 6 | 7A | 44 | 50 |
| Octal | 252 | 357 | 254 | 35 | 0 | 34 | 6 | 172 | 104 | 120 |
| Binary | 10101010 | 11101111 | 10101100 | 11101 | 0 | 11100 | 110 | 1111010 | 1000100 | 1010000 |
Color Harmonies of #AAEFAC
Complementary color
Monochromatic Colors of #AAEFAC
Black with #AAEFAC
Text Example
Text Example
White with #AAEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFAC; }
p { color: rgb(170,239,172); }
H1.HeaderClassName
{
color: #AAEFAC;
}
.AnyTagClassName
{
color: #AAEFAC;
}
</style>
background-color css
<style>
a { background-color: #AAEFAC; }
a { background-color: rgb(170,239,172); }
div.DivClassName
{
background-color: #AAEFAC;
}
.BgClassName
{
background-color: #AAEFAC;
}
</style>
border-color css
<style>
span { border-color: #AAEFAC; }
span { border-color: rgb(170,239,172); }
td.TdClassName
{
border-color: #AAEFAC;
}
.TagClassName
{
border-color: #AAEFAC;
}
</style>