Shades of Celadon #ADD9B0
Tints of Celadon #ADD9B0
RGB
CMYK
RGB Variations
Color information
#ADD9B0 (or 0xADD9B0) is known color: Celadon. HEX triplet: AD, D9 and B0. RGB value is (173,217,176). Sum of RGB (Red+Green+Blue) = 173+217+176=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD9B0 is #52264F. Grayscale: #C7C7C7. Windows color (decimal): -5383760 or 11590061. OLE color: 11590061.
HSL color Cylindrical-coordinate representation of color #ADD9B0: hue angle of 124.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9B0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 176 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.15 |
| HSL | 124.09º | 0.37% | 0.76% | - |
| HSV(B) | 124.09º | 0.2% | 0.85% | - |
| XYZ | 49.88 | 61.64 | 50.34 | - |
| YUV | 199.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 176 | 0.20 | 0 | 0.19 | 0.15 | 124.09 | 0.37 | 0.76 |
| Hex | AD | D9 | B0 | 14 | 0 | 13 | F | 7C | 25 | 4C |
| Octal | 255 | 331 | 260 | 24 | 0 | 23 | 17 | 174 | 45 | 114 |
| Binary | 10101101 | 11011001 | 10110000 | 10100 | 0 | 10011 | 1111 | 1111100 | 100101 | 1001100 |
Color Harmonies of #ADD9B0
Complementary color
Monochromatic Colors of #ADD9B0
Black with #ADD9B0
Text Example
Text Example
White with #ADD9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9B0; }
p { color: rgb(173,217,176); }
H1.HeaderClassName
{
color: #ADD9B0;
}
.AnyTagClassName
{
color: #ADD9B0;
}
</style>
background-color css
<style>
a { background-color: #ADD9B0; }
a { background-color: rgb(173,217,176); }
div.DivClassName
{
background-color: #ADD9B0;
}
.BgClassName
{
background-color: #ADD9B0;
}
</style>
border-color css
<style>
span { border-color: #ADD9B0; }
span { border-color: rgb(173,217,176); }
td.TdClassName
{
border-color: #ADD9B0;
}
.TagClassName
{
border-color: #ADD9B0;
}
</style>