Shades of Celadon #AAEBB5
Tints of Celadon #AAEBB5
RGB
CMYK
RGB Variations
Color information
#AAEBB5 (or 0xAAEBB5) is known color: Celadon. HEX triplet: AA, EB and B5. RGB value is (170,235,181). Sum of RGB (Red+Green+Blue) = 170+235+181=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBB5 is #55144A. Grayscale: #D1D1D1. Windows color (decimal): -5575755 or 11922346. OLE color: 11922346.
HSL color Cylindrical-coordinate representation of color #AAEBB5: hue angle of 130.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 181 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.08 |
| HSL | 130.15º | 0.62% | 0.79% | - |
| HSV(B) | 130.15º | 0.28% | 0.92% | - |
| XYZ | 54.63 | 71.3 | 54.6 | - |
| YUV | 209.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 181 | 0.28 | 0 | 0.23 | 0.08 | 130.15 | 0.62 | 0.79 |
| Hex | AA | EB | B5 | 1C | 0 | 17 | 8 | 82 | 3E | 4F |
| Octal | 252 | 353 | 265 | 34 | 0 | 27 | 10 | 202 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10110101 | 11100 | 0 | 10111 | 1000 | 10000010 | 111110 | 1001111 |
Color Harmonies of #AAEBB5
Complementary color
Monochromatic Colors of #AAEBB5
Black with #AAEBB5
Text Example
Text Example
White with #AAEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBB5; }
p { color: rgb(170,235,181); }
H1.HeaderClassName
{
color: #AAEBB5;
}
.AnyTagClassName
{
color: #AAEBB5;
}
</style>
background-color css
<style>
a { background-color: #AAEBB5; }
a { background-color: rgb(170,235,181); }
div.DivClassName
{
background-color: #AAEBB5;
}
.BgClassName
{
background-color: #AAEBB5;
}
</style>
border-color css
<style>
span { border-color: #AAEBB5; }
span { border-color: rgb(170,235,181); }
td.TdClassName
{
border-color: #AAEBB5;
}
.TagClassName
{
border-color: #AAEBB5;
}
</style>