Shades of Celadon #ADD6B2
Tints of Celadon #ADD6B2
RGB
CMYK
RGB Variations
Color information
#ADD6B2 (or 0xADD6B2) is known color: Celadon. HEX triplet: AD, D6 and B2. RGB value is (173,214,178). Sum of RGB (Red+Green+Blue) = 173+214+178=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD6B2 is #52294D. Grayscale: #C5C5C5. Windows color (decimal): -5384526 or 11720365. OLE color: 11720365.
HSL color Cylindrical-coordinate representation of color #ADD6B2: hue angle of 127.32º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6B2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 178 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.16 |
| HSL | 127.32º | 0.33% | 0.76% | - |
| HSV(B) | 127.32º | 0.19% | 0.84% | - |
| XYZ | 49.32 | 60.19 | 51.14 | - |
| YUV | 197.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 178 | 0.19 | 0 | 0.17 | 0.16 | 127.32 | 0.33 | 0.76 |
| Hex | AD | D6 | B2 | 13 | 0 | 11 | 10 | 7F | 21 | 4C |
| Octal | 255 | 326 | 262 | 23 | 0 | 21 | 20 | 177 | 41 | 114 |
| Binary | 10101101 | 11010110 | 10110010 | 10011 | 0 | 10001 | 10000 | 1111111 | 100001 | 1001100 |
Color Harmonies of #ADD6B2
Complementary color
Monochromatic Colors of #ADD6B2
Black with #ADD6B2
Text Example
Text Example
White with #ADD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6B2; }
p { color: rgb(173,214,178); }
H1.HeaderClassName
{
color: #ADD6B2;
}
.AnyTagClassName
{
color: #ADD6B2;
}
</style>
background-color css
<style>
a { background-color: #ADD6B2; }
a { background-color: rgb(173,214,178); }
div.DivClassName
{
background-color: #ADD6B2;
}
.BgClassName
{
background-color: #ADD6B2;
}
</style>
border-color css
<style>
span { border-color: #ADD6B2; }
span { border-color: rgb(173,214,178); }
td.TdClassName
{
border-color: #ADD6B2;
}
.TagClassName
{
border-color: #ADD6B2;
}
</style>