Shades of Celadon #AAEBB0
Tints of Celadon #AAEBB0
RGB
CMYK
RGB Variations
Color information
#AAEBB0 (or 0xAAEBB0) is known color: Celadon. HEX triplet: AA, EB and B0. RGB value is (170,235,176). Sum of RGB (Red+Green+Blue) = 170+235+176=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBB0 is #55144F. Grayscale: #D1D1D1. Windows color (decimal): -5575760 or 11594666. OLE color: 11594666.
HSL color Cylindrical-coordinate representation of color #AAEBB0: hue angle of 125.54º 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 #AAEBB0 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 176 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.08 |
| HSL | 125.54º | 0.62% | 0.79% | - |
| HSV(B) | 125.54º | 0.28% | 0.92% | - |
| XYZ | 54.12 | 71.1 | 51.94 | - |
| YUV | 208.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 176 | 0.28 | 0 | 0.25 | 0.08 | 125.54 | 0.62 | 0.79 |
| Hex | AA | EB | B0 | 1C | 0 | 19 | 8 | 7E | 3E | 4F |
| Octal | 252 | 353 | 260 | 34 | 0 | 31 | 10 | 176 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10110000 | 11100 | 0 | 11001 | 1000 | 1111110 | 111110 | 1001111 |
Color Harmonies of #AAEBB0
Complementary color
Monochromatic Colors of #AAEBB0
Black with #AAEBB0
Text Example
Text Example
White with #AAEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBB0; }
p { color: rgb(170,235,176); }
H1.HeaderClassName
{
color: #AAEBB0;
}
.AnyTagClassName
{
color: #AAEBB0;
}
</style>
background-color css
<style>
a { background-color: #AAEBB0; }
a { background-color: rgb(170,235,176); }
div.DivClassName
{
background-color: #AAEBB0;
}
.BgClassName
{
background-color: #AAEBB0;
}
</style>
border-color css
<style>
span { border-color: #AAEBB0; }
span { border-color: rgb(170,235,176); }
td.TdClassName
{
border-color: #AAEBB0;
}
.TagClassName
{
border-color: #AAEBB0;
}
</style>