Shades of Celadon #ADFAAB
Tints of Celadon #ADFAAB
RGB
CMYK
RGB Variations
Color information
#ADFAAB (or 0xADFAAB) is known color: Celadon. HEX triplet: AD, FA and AB. RGB value is (173,250,171). Sum of RGB (Red+Green+Blue) = 173+250+171=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAAB is #520554. Grayscale: #DADADA. Windows color (decimal): -5375317 or 11270829. OLE color: 11270829.
HSL color Cylindrical-coordinate representation of color #ADFAAB: hue angle of 118.48º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFAAB is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 171 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.02 |
| HSL | 118.48º | 0.89% | 0.83% | - |
| HSV(B) | 118.48º | 0.32% | 0.98% | - |
| XYZ | 58.77 | 80.2 | 50.91 | - |
| YUV | 217.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 171 | 0.31 | 0 | 0.32 | 0.02 | 118.48 | 0.89 | 0.83 |
| Hex | AD | FA | AB | 1F | 0 | 20 | 2 | 76 | 59 | 53 |
| Octal | 255 | 372 | 253 | 37 | 0 | 40 | 2 | 166 | 131 | 123 |
| Binary | 10101101 | 11111010 | 10101011 | 11111 | 0 | 100000 | 10 | 1110110 | 1011001 | 1010011 |
Color Harmonies of #ADFAAB
Complementary color
Monochromatic Colors of #ADFAAB
Black with #ADFAAB
Text Example
Text Example
White with #ADFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAAB; }
p { color: rgb(173,250,171); }
H1.HeaderClassName
{
color: #ADFAAB;
}
.AnyTagClassName
{
color: #ADFAAB;
}
</style>
background-color css
<style>
a { background-color: #ADFAAB; }
a { background-color: rgb(173,250,171); }
div.DivClassName
{
background-color: #ADFAAB;
}
.BgClassName
{
background-color: #ADFAAB;
}
</style>
border-color css
<style>
span { border-color: #ADFAAB; }
span { border-color: rgb(173,250,171); }
td.TdClassName
{
border-color: #ADFAAB;
}
.TagClassName
{
border-color: #ADFAAB;
}
</style>