Shades of Celadon #ADFDB3
Tints of Celadon #ADFDB3
RGB
CMYK
RGB Variations
Color information
#ADFDB3 (or 0xADFDB3) is known color: Celadon. HEX triplet: AD, FD and B3. RGB value is (173,253,179). Sum of RGB (Red+Green+Blue) = 173+253+179=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDB3 is #52024C. Grayscale: #DCDCDC. Windows color (decimal): -5374541 or 11795885. OLE color: 11795885.
HSL color Cylindrical-coordinate representation of color #ADFDB3: hue angle of 124.5º 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 #ADFDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 179 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.01 |
| HSL | 124.5º | 0.95% | 0.84% | - |
| HSV(B) | 124.5º | 0.32% | 0.99% | - |
| XYZ | 60.5 | 82.39 | 55.36 | - |
| YUV | 220.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 179 | 0.32 | 0 | 0.29 | 0.01 | 124.5 | 0.95 | 0.84 |
| Hex | AD | FD | B3 | 20 | 0 | 1D | 1 | 7C | 5F | 54 |
| Octal | 255 | 375 | 263 | 40 | 0 | 35 | 1 | 174 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10110011 | 100000 | 0 | 11101 | 1 | 1111100 | 1011111 | 1010100 |
Color Harmonies of #ADFDB3
Complementary color
Monochromatic Colors of #ADFDB3
Black with #ADFDB3
Text Example
Text Example
White with #ADFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB3; }
p { color: rgb(173,253,179); }
H1.HeaderClassName
{
color: #ADFDB3;
}
.AnyTagClassName
{
color: #ADFDB3;
}
</style>
background-color css
<style>
a { background-color: #ADFDB3; }
a { background-color: rgb(173,253,179); }
div.DivClassName
{
background-color: #ADFDB3;
}
.BgClassName
{
background-color: #ADFDB3;
}
</style>
border-color css
<style>
span { border-color: #ADFDB3; }
span { border-color: rgb(173,253,179); }
td.TdClassName
{
border-color: #ADFDB3;
}
.TagClassName
{
border-color: #ADFDB3;
}
</style>