Shades of Celadon #ADDDB0
Tints of Celadon #ADDDB0
RGB
CMYK
RGB Variations
Color information
#ADDDB0 (or 0xADDDB0) is known color: Celadon. HEX triplet: AD, DD and B0. RGB value is (173,221,176). Sum of RGB (Red+Green+Blue) = 173+221+176=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDB0 is #52224F. Grayscale: #C9C9C9. Windows color (decimal): -5382736 or 11591085. OLE color: 11591085.
HSL color Cylindrical-coordinate representation of color #ADDDB0: hue angle of 123.75º 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 #ADDDB0 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 176 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.13 |
| HSL | 123.75º | 0.41% | 0.77% | - |
| HSV(B) | 123.75º | 0.22% | 0.87% | - |
| XYZ | 50.93 | 63.73 | 50.69 | - |
| YUV | 201.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 176 | 0.22 | 0 | 0.20 | 0.13 | 123.75 | 0.41 | 0.77 |
| Hex | AD | DD | B0 | 16 | 0 | 14 | D | 7C | 29 | 4D |
| Octal | 255 | 335 | 260 | 26 | 0 | 24 | 15 | 174 | 51 | 115 |
| Binary | 10101101 | 11011101 | 10110000 | 10110 | 0 | 10100 | 1101 | 1111100 | 101001 | 1001101 |
Color Harmonies of #ADDDB0
Complementary color
Monochromatic Colors of #ADDDB0
Black with #ADDDB0
Text Example
Text Example
White with #ADDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDB0; }
p { color: rgb(173,221,176); }
H1.HeaderClassName
{
color: #ADDDB0;
}
.AnyTagClassName
{
color: #ADDDB0;
}
</style>
background-color css
<style>
a { background-color: #ADDDB0; }
a { background-color: rgb(173,221,176); }
div.DivClassName
{
background-color: #ADDDB0;
}
.BgClassName
{
background-color: #ADDDB0;
}
</style>
border-color css
<style>
span { border-color: #ADDDB0; }
span { border-color: rgb(173,221,176); }
td.TdClassName
{
border-color: #ADDDB0;
}
.TagClassName
{
border-color: #ADDDB0;
}
</style>