Shades of Celadon #ADFDB6
Tints of Celadon #ADFDB6
RGB
CMYK
RGB Variations
Color information
#ADFDB6 (or 0xADFDB6) is known color: Celadon. HEX triplet: AD, FD and B6. RGB value is (173,253,182). Sum of RGB (Red+Green+Blue) = 173+253+182=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDB6 is #520249. Grayscale: #DDDDDD. Windows color (decimal): -5374538 or 11992493. OLE color: 11992493.
HSL color Cylindrical-coordinate representation of color #ADFDB6: hue angle of 126.75º 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 #ADFDB6 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 182 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.01 |
| HSL | 126.75º | 0.95% | 0.84% | - |
| HSV(B) | 126.75º | 0.32% | 0.99% | - |
| XYZ | 60.8 | 82.51 | 56.98 | - |
| YUV | 220.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 182 | 0.32 | 0 | 0.28 | 0.01 | 126.75 | 0.95 | 0.84 |
| Hex | AD | FD | B6 | 20 | 0 | 1C | 1 | 7F | 5F | 54 |
| Octal | 255 | 375 | 266 | 40 | 0 | 34 | 1 | 177 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10110110 | 100000 | 0 | 11100 | 1 | 1111111 | 1011111 | 1010100 |
Color Harmonies of #ADFDB6
Complementary color
Monochromatic Colors of #ADFDB6
Black with #ADFDB6
Text Example
Text Example
White with #ADFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB6; }
p { color: rgb(173,253,182); }
H1.HeaderClassName
{
color: #ADFDB6;
}
.AnyTagClassName
{
color: #ADFDB6;
}
</style>
background-color css
<style>
a { background-color: #ADFDB6; }
a { background-color: rgb(173,253,182); }
div.DivClassName
{
background-color: #ADFDB6;
}
.BgClassName
{
background-color: #ADFDB6;
}
</style>
border-color css
<style>
span { border-color: #ADFDB6; }
span { border-color: rgb(173,253,182); }
td.TdClassName
{
border-color: #ADFDB6;
}
.TagClassName
{
border-color: #ADFDB6;
}
</style>