Shades of Celadon #ADFAB1
Tints of Celadon #ADFAB1
RGB
CMYK
RGB Variations
Color information
#ADFAB1 (or 0xADFAB1) is known color: Celadon. HEX triplet: AD, FA and B1. RGB value is (173,250,177). Sum of RGB (Red+Green+Blue) = 173+250+177=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAB1 is #52054E. Grayscale: #DADADA. Windows color (decimal): -5375311 or 11664045. OLE color: 11664045.
HSL color Cylindrical-coordinate representation of color #ADFAB1: hue angle of 123.12º 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 #ADFAB1 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 177 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.02 |
| HSL | 123.12º | 0.89% | 0.83% | - |
| HSV(B) | 123.12º | 0.31% | 0.98% | - |
| XYZ | 59.36 | 80.43 | 53.99 | - |
| YUV | 218.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 177 | 0.31 | 0 | 0.29 | 0.02 | 123.12 | 0.89 | 0.83 |
| Hex | AD | FA | B1 | 1F | 0 | 1D | 2 | 7B | 59 | 53 |
| Octal | 255 | 372 | 261 | 37 | 0 | 35 | 2 | 173 | 131 | 123 |
| Binary | 10101101 | 11111010 | 10110001 | 11111 | 0 | 11101 | 10 | 1111011 | 1011001 | 1010011 |
Color Harmonies of #ADFAB1
Complementary color
Monochromatic Colors of #ADFAB1
Black with #ADFAB1
Text Example
Text Example
White with #ADFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAB1; }
p { color: rgb(173,250,177); }
H1.HeaderClassName
{
color: #ADFAB1;
}
.AnyTagClassName
{
color: #ADFAB1;
}
</style>
background-color css
<style>
a { background-color: #ADFAB1; }
a { background-color: rgb(173,250,177); }
div.DivClassName
{
background-color: #ADFAB1;
}
.BgClassName
{
background-color: #ADFAB1;
}
</style>
border-color css
<style>
span { border-color: #ADFAB1; }
span { border-color: rgb(173,250,177); }
td.TdClassName
{
border-color: #ADFAB1;
}
.TagClassName
{
border-color: #ADFAB1;
}
</style>