Shades of Celadon #ADDAB1
Tints of Celadon #ADDAB1
RGB
CMYK
RGB Variations
Color information
#ADDAB1 (or 0xADDAB1) is known color: Celadon. HEX triplet: AD, DA and B1. RGB value is (173,218,177). Sum of RGB (Red+Green+Blue) = 173+218+177=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAB1 is #52254E. Grayscale: #C7C7C7. Windows color (decimal): -5383503 or 11655853. OLE color: 11655853.
HSL color Cylindrical-coordinate representation of color #ADDAB1: hue angle of 125.33º 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 #ADDAB1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 177 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.15 |
| HSL | 125.33º | 0.38% | 0.77% | - |
| HSV(B) | 125.33º | 0.21% | 0.85% | - |
| XYZ | 50.24 | 62.2 | 50.95 | - |
| YUV | 199.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 177 | 0.21 | 0 | 0.19 | 0.15 | 125.33 | 0.38 | 0.77 |
| Hex | AD | DA | B1 | 15 | 0 | 13 | F | 7D | 26 | 4D |
| Octal | 255 | 332 | 261 | 25 | 0 | 23 | 17 | 175 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10110001 | 10101 | 0 | 10011 | 1111 | 1111101 | 100110 | 1001101 |
Color Harmonies of #ADDAB1
Complementary color
Monochromatic Colors of #ADDAB1
Black with #ADDAB1
Text Example
Text Example
White with #ADDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAB1; }
p { color: rgb(173,218,177); }
H1.HeaderClassName
{
color: #ADDAB1;
}
.AnyTagClassName
{
color: #ADDAB1;
}
</style>
background-color css
<style>
a { background-color: #ADDAB1; }
a { background-color: rgb(173,218,177); }
div.DivClassName
{
background-color: #ADDAB1;
}
.BgClassName
{
background-color: #ADDAB1;
}
</style>
border-color css
<style>
span { border-color: #ADDAB1; }
span { border-color: rgb(173,218,177); }
td.TdClassName
{
border-color: #ADDAB1;
}
.TagClassName
{
border-color: #ADDAB1;
}
</style>