Shades of Celadon #ADDDB1
Tints of Celadon #ADDDB1
RGB
CMYK
RGB Variations
Color information
#ADDDB1 (or 0xADDDB1) is known color: Celadon. HEX triplet: AD, DD and B1. RGB value is (173,221,177). Sum of RGB (Red+Green+Blue) = 173+221+177=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDB1 is #52224E. Grayscale: #C9C9C9. Windows color (decimal): -5382735 or 11656621. OLE color: 11656621.
HSL color Cylindrical-coordinate representation of color #ADDDB1: hue angle of 125º degrees, saturation: 0.41, 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 #ADDDB1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 177 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.13 |
| HSL | 125º | 0.41% | 0.77% | - |
| HSV(B) | 125º | 0.22% | 0.87% | - |
| XYZ | 51.03 | 63.77 | 51.21 | - |
| YUV | 201.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 177 | 0.22 | 0 | 0.20 | 0.13 | 125 | 0.41 | 0.77 |
| Hex | AD | DD | B1 | 16 | 0 | 14 | D | 7D | 29 | 4D |
| Octal | 255 | 335 | 261 | 26 | 0 | 24 | 15 | 175 | 51 | 115 |
| Binary | 10101101 | 11011101 | 10110001 | 10110 | 0 | 10100 | 1101 | 1111101 | 101001 | 1001101 |
Color Harmonies of #ADDDB1
Complementary color
Monochromatic Colors of #ADDDB1
Black with #ADDDB1
Text Example
Text Example
White with #ADDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDB1; }
p { color: rgb(173,221,177); }
H1.HeaderClassName
{
color: #ADDDB1;
}
.AnyTagClassName
{
color: #ADDDB1;
}
</style>
background-color css
<style>
a { background-color: #ADDDB1; }
a { background-color: rgb(173,221,177); }
div.DivClassName
{
background-color: #ADDDB1;
}
.BgClassName
{
background-color: #ADDDB1;
}
</style>
border-color css
<style>
span { border-color: #ADDDB1; }
span { border-color: rgb(173,221,177); }
td.TdClassName
{
border-color: #ADDDB1;
}
.TagClassName
{
border-color: #ADDDB1;
}
</style>