Shades of Water Leaf #ADF2DB
Tints of Water Leaf #ADF2DB
RGB
CMYK
RGB Variations
Color information
#ADF2DB (or 0xADF2DB) is known color: Water Leaf. HEX triplet: AD, F2 and DB. RGB value is (173,242,219). Sum of RGB (Red+Green+Blue) = 173+242+219=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DB is #520D24. Grayscale: #DADADA. Windows color (decimal): -5377317 or 14414509. OLE color: 14414509.
HSL color Cylindrical-coordinate representation of color #ADF2DB: hue angle of 160º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2DB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 219 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 160º | 0.73% | 0.81% | - |
| HSV(B) | 160º | 0.29% | 0.95% | - |
| XYZ | 61.77 | 77.5 | 78.72 | - |
| YUV | 218.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 219 | 0.29 | 0 | 0.10 | 0.05 | 160 | 0.73 | 0.81 |
| Hex | AD | F2 | DB | 1D | 0 | A | 5 | A0 | 49 | 51 |
| Octal | 255 | 362 | 333 | 35 | 0 | 12 | 5 | 240 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11011011 | 11101 | 0 | 1010 | 101 | 10100000 | 1001001 | 1010001 |
Color Harmonies of #ADF2DB
Complementary color
Monochromatic Colors of #ADF2DB
Black with #ADF2DB
Text Example
Text Example
White with #ADF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2DB; }
p { color: rgb(173,242,219); }
H1.HeaderClassName
{
color: #ADF2DB;
}
.AnyTagClassName
{
color: #ADF2DB;
}
</style>
background-color css
<style>
a { background-color: #ADF2DB; }
a { background-color: rgb(173,242,219); }
div.DivClassName
{
background-color: #ADF2DB;
}
.BgClassName
{
background-color: #ADF2DB;
}
</style>
border-color css
<style>
span { border-color: #ADF2DB; }
span { border-color: rgb(173,242,219); }
td.TdClassName
{
border-color: #ADF2DB;
}
.TagClassName
{
border-color: #ADF2DB;
}
</style>