Shades of Celadon #ADFAB0
Tints of Celadon #ADFAB0
RGB
CMYK
RGB Variations
Color information
#ADFAB0 (or 0xADFAB0) is known color: Celadon. HEX triplet: AD, FA and B0. RGB value is (173,250,176). Sum of RGB (Red+Green+Blue) = 173+250+176=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAB0 is #52054F. Grayscale: #DADADA. Windows color (decimal): -5375312 or 11598509. OLE color: 11598509.
HSL color Cylindrical-coordinate representation of color #ADFAB0: hue angle of 122.34º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 176 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.02 |
| HSL | 122.34º | 0.89% | 0.83% | - |
| HSV(B) | 122.34º | 0.31% | 0.98% | - |
| XYZ | 59.26 | 80.39 | 53.47 | - |
| YUV | 218.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 176 | 0.31 | 0 | 0.30 | 0.02 | 122.34 | 0.89 | 0.83 |
| Hex | AD | FA | B0 | 1F | 0 | 1E | 2 | 7A | 59 | 53 |
| Octal | 255 | 372 | 260 | 37 | 0 | 36 | 2 | 172 | 131 | 123 |
| Binary | 10101101 | 11111010 | 10110000 | 11111 | 0 | 11110 | 10 | 1111010 | 1011001 | 1010011 |
Color Harmonies of #ADFAB0
Complementary color
Monochromatic Colors of #ADFAB0
Black with #ADFAB0
Text Example
Text Example
White with #ADFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAB0; }
p { color: rgb(173,250,176); }
H1.HeaderClassName
{
color: #ADFAB0;
}
.AnyTagClassName
{
color: #ADFAB0;
}
</style>
background-color css
<style>
a { background-color: #ADFAB0; }
a { background-color: rgb(173,250,176); }
div.DivClassName
{
background-color: #ADFAB0;
}
.BgClassName
{
background-color: #ADFAB0;
}
</style>
border-color css
<style>
span { border-color: #ADFAB0; }
span { border-color: rgb(173,250,176); }
td.TdClassName
{
border-color: #ADFAB0;
}
.TagClassName
{
border-color: #ADFAB0;
}
</style>