Shades of Celadon #AADEB1
Tints of Celadon #AADEB1
RGB
CMYK
RGB Variations
Color information
#AADEB1 (or 0xAADEB1) is known color: Celadon. HEX triplet: AA, DE and B1. RGB value is (170,222,177). Sum of RGB (Red+Green+Blue) = 170+222+177=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEB1 is #55214E. Grayscale: #C9C9C9. Windows color (decimal): -5579087 or 11656874. OLE color: 11656874.
HSL color Cylindrical-coordinate representation of color #AADEB1: hue angle of 128.08º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEB1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 177 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.13 |
| HSL | 128.08º | 0.44% | 0.77% | - |
| HSV(B) | 128.08º | 0.23% | 0.87% | - |
| XYZ | 50.63 | 63.96 | 51.27 | - |
| YUV | 201.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 177 | 0.23 | 0 | 0.20 | 0.13 | 128.08 | 0.44 | 0.77 |
| Hex | AA | DE | B1 | 17 | 0 | 14 | D | 80 | 2C | 4D |
| Octal | 252 | 336 | 261 | 27 | 0 | 24 | 15 | 200 | 54 | 115 |
| Binary | 10101010 | 11011110 | 10110001 | 10111 | 0 | 10100 | 1101 | 10000000 | 101100 | 1001101 |
Color Harmonies of #AADEB1
Complementary color
Monochromatic Colors of #AADEB1
Black with #AADEB1
Text Example
Text Example
White with #AADEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEB1; }
p { color: rgb(170,222,177); }
H1.HeaderClassName
{
color: #AADEB1;
}
.AnyTagClassName
{
color: #AADEB1;
}
</style>
background-color css
<style>
a { background-color: #AADEB1; }
a { background-color: rgb(170,222,177); }
div.DivClassName
{
background-color: #AADEB1;
}
.BgClassName
{
background-color: #AADEB1;
}
</style>
border-color css
<style>
span { border-color: #AADEB1; }
span { border-color: rgb(170,222,177); }
td.TdClassName
{
border-color: #AADEB1;
}
.TagClassName
{
border-color: #AADEB1;
}
</style>