Shades of Celadon #ADDAB2
Tints of Celadon #ADDAB2
RGB
CMYK
RGB Variations
Color information
#ADDAB2 (or 0xADDAB2) is known color: Celadon. HEX triplet: AD, DA and B2. RGB value is (173,218,178). Sum of RGB (Red+Green+Blue) = 173+218+178=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAB2 is #52254D. Grayscale: #C8C8C8. Windows color (decimal): -5383502 or 11721389. OLE color: 11721389.
HSL color Cylindrical-coordinate representation of color #ADDAB2: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 178 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.15 |
| HSL | 126.67º | 0.38% | 0.77% | - |
| HSV(B) | 126.67º | 0.21% | 0.85% | - |
| XYZ | 50.34 | 62.24 | 51.48 | - |
| YUV | 199.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 178 | 0.21 | 0 | 0.18 | 0.15 | 126.67 | 0.38 | 0.77 |
| Hex | AD | DA | B2 | 15 | 0 | 12 | F | 7F | 26 | 4D |
| Octal | 255 | 332 | 262 | 25 | 0 | 22 | 17 | 177 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10110010 | 10101 | 0 | 10010 | 1111 | 1111111 | 100110 | 1001101 |
Color Harmonies of #ADDAB2
Complementary color
Monochromatic Colors of #ADDAB2
Black with #ADDAB2
Text Example
Text Example
White with #ADDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAB2; }
p { color: rgb(173,218,178); }
H1.HeaderClassName
{
color: #ADDAB2;
}
.AnyTagClassName
{
color: #ADDAB2;
}
</style>
background-color css
<style>
a { background-color: #ADDAB2; }
a { background-color: rgb(173,218,178); }
div.DivClassName
{
background-color: #ADDAB2;
}
.BgClassName
{
background-color: #ADDAB2;
}
</style>
border-color css
<style>
span { border-color: #ADDAB2; }
span { border-color: rgb(173,218,178); }
td.TdClassName
{
border-color: #ADDAB2;
}
.TagClassName
{
border-color: #ADDAB2;
}
</style>