Shades of Celadon #ADFDB0
Tints of Celadon #ADFDB0
RGB
CMYK
RGB Variations
Color information
#ADFDB0 (or 0xADFDB0) is known color: Celadon. HEX triplet: AD, FD and B0. RGB value is (173,253,176). Sum of RGB (Red+Green+Blue) = 173+253+176=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDB0 is #52024F. Grayscale: #DCDCDC. Windows color (decimal): -5374544 or 11599277. OLE color: 11599277.
HSL color Cylindrical-coordinate representation of color #ADFDB0: hue angle of 122.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDB0 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 176 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.01 |
| HSL | 122.25º | 0.95% | 0.84% | - |
| HSV(B) | 122.25º | 0.32% | 0.99% | - |
| XYZ | 60.2 | 82.27 | 53.78 | - |
| YUV | 220.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 176 | 0.32 | 0 | 0.30 | 0.01 | 122.25 | 0.95 | 0.84 |
| Hex | AD | FD | B0 | 20 | 0 | 1E | 1 | 7A | 5F | 54 |
| Octal | 255 | 375 | 260 | 40 | 0 | 36 | 1 | 172 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10110000 | 100000 | 0 | 11110 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #ADFDB0
Complementary color
Monochromatic Colors of #ADFDB0
Black with #ADFDB0
Text Example
Text Example
White with #ADFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB0; }
p { color: rgb(173,253,176); }
H1.HeaderClassName
{
color: #ADFDB0;
}
.AnyTagClassName
{
color: #ADFDB0;
}
</style>
background-color css
<style>
a { background-color: #ADFDB0; }
a { background-color: rgb(173,253,176); }
div.DivClassName
{
background-color: #ADFDB0;
}
.BgClassName
{
background-color: #ADFDB0;
}
</style>
border-color css
<style>
span { border-color: #ADFDB0; }
span { border-color: rgb(173,253,176); }
td.TdClassName
{
border-color: #ADFDB0;
}
.TagClassName
{
border-color: #ADFDB0;
}
</style>