Shades of Celadon #ADFDB4
Tints of Celadon #ADFDB4
RGB
CMYK
RGB Variations
Color information
#ADFDB4 (or 0xADFDB4) is known color: Celadon. HEX triplet: AD, FD and B4. RGB value is (173,253,180). Sum of RGB (Red+Green+Blue) = 173+253+180=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDB4 is #52024B. Grayscale: #DCDCDC. Windows color (decimal): -5374540 or 11861421. OLE color: 11861421.
HSL color Cylindrical-coordinate representation of color #ADFDB4: hue angle of 125.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 #ADFDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 180 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.01 |
| HSL | 125.25º | 0.95% | 0.84% | - |
| HSV(B) | 125.25º | 0.32% | 0.99% | - |
| XYZ | 60.6 | 82.43 | 55.9 | - |
| YUV | 220.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 180 | 0.32 | 0 | 0.29 | 0.01 | 125.25 | 0.95 | 0.84 |
| Hex | AD | FD | B4 | 20 | 0 | 1D | 1 | 7D | 5F | 54 |
| Octal | 255 | 375 | 264 | 40 | 0 | 35 | 1 | 175 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10110100 | 100000 | 0 | 11101 | 1 | 1111101 | 1011111 | 1010100 |
Color Harmonies of #ADFDB4
Complementary color
Monochromatic Colors of #ADFDB4
Black with #ADFDB4
Text Example
Text Example
White with #ADFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB4; }
p { color: rgb(173,253,180); }
H1.HeaderClassName
{
color: #ADFDB4;
}
.AnyTagClassName
{
color: #ADFDB4;
}
</style>
background-color css
<style>
a { background-color: #ADFDB4; }
a { background-color: rgb(173,253,180); }
div.DivClassName
{
background-color: #ADFDB4;
}
.BgClassName
{
background-color: #ADFDB4;
}
</style>
border-color css
<style>
span { border-color: #ADFDB4; }
span { border-color: rgb(173,253,180); }
td.TdClassName
{
border-color: #ADFDB4;
}
.TagClassName
{
border-color: #ADFDB4;
}
</style>