Shades of Celadon #ADDEB0
Tints of Celadon #ADDEB0
RGB
CMYK
RGB Variations
Color information
#ADDEB0 (or 0xADDEB0) is known color: Celadon. HEX triplet: AD, DE and B0. RGB value is (173,222,176). Sum of RGB (Red+Green+Blue) = 173+222+176=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEB0 is #52214F. Grayscale: #CACACA. Windows color (decimal): -5382480 or 11591341. OLE color: 11591341.
HSL color Cylindrical-coordinate representation of color #ADDEB0: hue angle of 123.67º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEB0 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 176 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.13 |
| HSL | 123.67º | 0.43% | 0.77% | - |
| HSV(B) | 123.67º | 0.22% | 0.87% | - |
| XYZ | 51.19 | 64.26 | 50.78 | - |
| YUV | 202.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 176 | 0.22 | 0 | 0.21 | 0.13 | 123.67 | 0.43 | 0.77 |
| Hex | AD | DE | B0 | 16 | 0 | 15 | D | 7C | 2B | 4D |
| Octal | 255 | 336 | 260 | 26 | 0 | 25 | 15 | 174 | 53 | 115 |
| Binary | 10101101 | 11011110 | 10110000 | 10110 | 0 | 10101 | 1101 | 1111100 | 101011 | 1001101 |
Color Harmonies of #ADDEB0
Complementary color
Monochromatic Colors of #ADDEB0
Black with #ADDEB0
Text Example
Text Example
White with #ADDEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEB0; }
p { color: rgb(173,222,176); }
H1.HeaderClassName
{
color: #ADDEB0;
}
.AnyTagClassName
{
color: #ADDEB0;
}
</style>
background-color css
<style>
a { background-color: #ADDEB0; }
a { background-color: rgb(173,222,176); }
div.DivClassName
{
background-color: #ADDEB0;
}
.BgClassName
{
background-color: #ADDEB0;
}
</style>
border-color css
<style>
span { border-color: #ADDEB0; }
span { border-color: rgb(173,222,176); }
td.TdClassName
{
border-color: #ADDEB0;
}
.TagClassName
{
border-color: #ADDEB0;
}
</style>