Shades of Celadon #AAECAB
Tints of Celadon #AAECAB
RGB
CMYK
RGB Variations
Color information
#AAECAB (or 0xAAECAB) is known color: Celadon. HEX triplet: AA, EC and AB. RGB value is (170,236,171). Sum of RGB (Red+Green+Blue) = 170+236+171=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECAB is #551354. Grayscale: #D1D1D1. Windows color (decimal): -5575509 or 11267242. OLE color: 11267242.
HSL color Cylindrical-coordinate representation of color #AAECAB: hue angle of 120.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECAB is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 171 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.07 |
| HSL | 120.91º | 0.63% | 0.8% | - |
| HSV(B) | 120.91º | 0.28% | 0.93% | - |
| XYZ | 53.92 | 71.48 | 49.48 | - |
| YUV | 208.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 171 | 0.28 | 0 | 0.28 | 0.07 | 120.91 | 0.63 | 0.8 |
| Hex | AA | EC | AB | 1C | 0 | 1C | 7 | 79 | 3F | 50 |
| Octal | 252 | 354 | 253 | 34 | 0 | 34 | 7 | 171 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10101011 | 11100 | 0 | 11100 | 111 | 1111001 | 111111 | 1010000 |
Color Harmonies of #AAECAB
Complementary color
Monochromatic Colors of #AAECAB
Black with #AAECAB
Text Example
Text Example
White with #AAECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECAB; }
p { color: rgb(170,236,171); }
H1.HeaderClassName
{
color: #AAECAB;
}
.AnyTagClassName
{
color: #AAECAB;
}
</style>
background-color css
<style>
a { background-color: #AAECAB; }
a { background-color: rgb(170,236,171); }
div.DivClassName
{
background-color: #AAECAB;
}
.BgClassName
{
background-color: #AAECAB;
}
</style>
border-color css
<style>
span { border-color: #AAECAB; }
span { border-color: rgb(170,236,171); }
td.TdClassName
{
border-color: #AAECAB;
}
.TagClassName
{
border-color: #AAECAB;
}
</style>