Shades of Celadon #AADDB0
Tints of Celadon #AADDB0
RGB
CMYK
RGB Variations
Color information
#AADDB0 (or 0xAADDB0) is known color: Celadon. HEX triplet: AA, DD and B0. RGB value is (170,221,176). Sum of RGB (Red+Green+Blue) = 170+221+176=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDB0 is #55224F. Grayscale: #C8C8C8. Windows color (decimal): -5579344 or 11591082. OLE color: 11591082.
HSL color Cylindrical-coordinate representation of color #AADDB0: hue angle of 127.06º degrees, saturation: 0.43, 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 #AADDB0 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 176 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.13 |
| HSL | 127.06º | 0.43% | 0.77% | - |
| HSV(B) | 127.06º | 0.23% | 0.87% | - |
| XYZ | 50.27 | 63.39 | 50.66 | - |
| YUV | 200.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 176 | 0.23 | 0 | 0.20 | 0.13 | 127.06 | 0.43 | 0.77 |
| Hex | AA | DD | B0 | 17 | 0 | 14 | D | 7F | 2B | 4D |
| Octal | 252 | 335 | 260 | 27 | 0 | 24 | 15 | 177 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10110000 | 10111 | 0 | 10100 | 1101 | 1111111 | 101011 | 1001101 |
Color Harmonies of #AADDB0
Complementary color
Monochromatic Colors of #AADDB0
Black with #AADDB0
Text Example
Text Example
White with #AADDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDB0; }
p { color: rgb(170,221,176); }
H1.HeaderClassName
{
color: #AADDB0;
}
.AnyTagClassName
{
color: #AADDB0;
}
</style>
background-color css
<style>
a { background-color: #AADDB0; }
a { background-color: rgb(170,221,176); }
div.DivClassName
{
background-color: #AADDB0;
}
.BgClassName
{
background-color: #AADDB0;
}
</style>
border-color css
<style>
span { border-color: #AADDB0; }
span { border-color: rgb(170,221,176); }
td.TdClassName
{
border-color: #AADDB0;
}
.TagClassName
{
border-color: #AADDB0;
}
</style>