Shades of Water Leaf #ADEFDF
Tints of Water Leaf #ADEFDF
RGB
CMYK
RGB Variations
Color information
#ADEFDF (or 0xADEFDF) is known color: Water Leaf. HEX triplet: AD, EF and DF. RGB value is (173,239,223). Sum of RGB (Red+Green+Blue) = 173+239+223=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFDF is #521020. Grayscale: #D9D9D9. Windows color (decimal): -5378081 or 14675885. OLE color: 14675885.
HSL color Cylindrical-coordinate representation of color #ADEFDF: hue angle of 165.45º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFDF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 223 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.06 |
| HSL | 165.45º | 0.67% | 0.81% | - |
| HSV(B) | 165.45º | 0.28% | 0.94% | - |
| XYZ | 61.42 | 75.94 | 81.23 | - |
| YUV | 217.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 223 | 0.28 | 0 | 0.07 | 0.06 | 165.45 | 0.67 | 0.81 |
| Hex | AD | EF | DF | 1C | 0 | 7 | 6 | A5 | 43 | 51 |
| Octal | 255 | 357 | 337 | 34 | 0 | 7 | 6 | 245 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11011111 | 11100 | 0 | 111 | 110 | 10100101 | 1000011 | 1010001 |
Color Harmonies of #ADEFDF
Complementary color
Monochromatic Colors of #ADEFDF
Black with #ADEFDF
Text Example
Text Example
White with #ADEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFDF; }
p { color: rgb(173,239,223); }
H1.HeaderClassName
{
color: #ADEFDF;
}
.AnyTagClassName
{
color: #ADEFDF;
}
</style>
background-color css
<style>
a { background-color: #ADEFDF; }
a { background-color: rgb(173,239,223); }
div.DivClassName
{
background-color: #ADEFDF;
}
.BgClassName
{
background-color: #ADEFDF;
}
</style>
border-color css
<style>
span { border-color: #ADEFDF; }
span { border-color: rgb(173,239,223); }
td.TdClassName
{
border-color: #ADEFDF;
}
.TagClassName
{
border-color: #ADEFDF;
}
</style>