Shades of Celadon #ADD7B2
Tints of Celadon #ADD7B2
RGB
CMYK
RGB Variations
Color information
#ADD7B2 (or 0xADD7B2) is known color: Celadon. HEX triplet: AD, D7 and B2. RGB value is (173,215,178). Sum of RGB (Red+Green+Blue) = 173+215+178=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD7B2 is #52284D. Grayscale: #C6C6C6. Windows color (decimal): -5384270 or 11720621. OLE color: 11720621.
HSL color Cylindrical-coordinate representation of color #ADD7B2: hue angle of 127.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7B2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 178 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.16 |
| HSL | 127.14º | 0.34% | 0.76% | - |
| HSV(B) | 127.14º | 0.2% | 0.84% | - |
| XYZ | 49.57 | 60.7 | 51.22 | - |
| YUV | 198.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 178 | 0.20 | 0 | 0.17 | 0.16 | 127.14 | 0.34 | 0.76 |
| Hex | AD | D7 | B2 | 14 | 0 | 11 | 10 | 7F | 22 | 4C |
| Octal | 255 | 327 | 262 | 24 | 0 | 21 | 20 | 177 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10110010 | 10100 | 0 | 10001 | 10000 | 1111111 | 100010 | 1001100 |
Color Harmonies of #ADD7B2
Complementary color
Monochromatic Colors of #ADD7B2
Black with #ADD7B2
Text Example
Text Example
White with #ADD7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7B2; }
p { color: rgb(173,215,178); }
H1.HeaderClassName
{
color: #ADD7B2;
}
.AnyTagClassName
{
color: #ADD7B2;
}
</style>
background-color css
<style>
a { background-color: #ADD7B2; }
a { background-color: rgb(173,215,178); }
div.DivClassName
{
background-color: #ADD7B2;
}
.BgClassName
{
background-color: #ADD7B2;
}
</style>
border-color css
<style>
span { border-color: #ADD7B2; }
span { border-color: rgb(173,215,178); }
td.TdClassName
{
border-color: #ADD7B2;
}
.TagClassName
{
border-color: #ADD7B2;
}
</style>