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