Shades of Water Leaf #ADFADF
Tints of Water Leaf #ADFADF
RGB
CMYK
RGB Variations
Color information
#ADFADF (or 0xADFADF) is known color: Water Leaf. HEX triplet: AD, FA and DF. RGB value is (173,250,223). Sum of RGB (Red+Green+Blue) = 173+250+223=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFADF is #520520. Grayscale: #DFDFDF. Windows color (decimal): -5375265 or 14678701. OLE color: 14678701.
HSL color Cylindrical-coordinate representation of color #ADFADF: hue angle of 158.96º 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 #ADFADF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 250 | 223 | - |
CMYK | 0.31 | 0 | 0.11 | 0.02 |
HSL | 158.96º | 0.89% | 0.83% | - |
HSV(B) | 158.96º | 0.31% | 0.98% | - |
XYZ | 64.74 | 82.58 | 82.34 | - |
YUV | 223.9 | 127.49 | 91.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 250 | 223 | 0.31 | 0 | 0.11 | 0.02 | 158.96 | 0.89 | 0.83 |
Hex | AD | FA | DF | 1F | 0 | B | 2 | 9F | 59 | 53 |
Octal | 255 | 372 | 337 | 37 | 0 | 13 | 2 | 237 | 131 | 123 |
Binary | 10101101 | 11111010 | 11011111 | 11111 | 0 | 1011 | 10 | 10011111 | 1011001 | 1010011 |
Color Harmonies of #ADFADF
Complementary color
Monochromatic Colors of #ADFADF
Black with #ADFADF
Text Example
Text Example
White with #ADFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFADF; }
p { color: rgb(173,250,223); }
H1.HeaderClassName
{
color: #ADFADF;
}
.AnyTagClassName
{
color: #ADFADF;
}
</style>
background-color css
<style>
a { background-color: #ADFADF; }
a { background-color: rgb(173,250,223); }
div.DivClassName
{
background-color: #ADFADF;
}
.BgClassName
{
background-color: #ADFADF;
}
</style>
border-color css
<style>
span { border-color: #ADFADF; }
span { border-color: rgb(173,250,223); }
td.TdClassName
{
border-color: #ADFADF;
}
.TagClassName
{
border-color: #ADFADF;
}
</style>