Shades of Water Leaf #ADF1DB
Tints of Water Leaf #ADF1DB
RGB
CMYK
RGB Variations
Color information
#ADF1DB (or 0xADF1DB) is known color: Water Leaf. HEX triplet: AD, F1 and DB. RGB value is (173,241,219). Sum of RGB (Red+Green+Blue) = 173+241+219=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1DB is #520E24. Grayscale: #DADADA. Windows color (decimal): -5377573 or 14414253. OLE color: 14414253.
HSL color Cylindrical-coordinate representation of color #ADF1DB: hue angle of 160.59º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1DB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 219 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.05 |
| HSL | 160.59º | 0.71% | 0.81% | - |
| HSV(B) | 160.59º | 0.28% | 0.95% | - |
| XYZ | 61.48 | 76.91 | 78.62 | - |
| YUV | 218.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 219 | 0.28 | 0 | 0.09 | 0.05 | 160.59 | 0.71 | 0.81 |
| Hex | AD | F1 | DB | 1C | 0 | 9 | 5 | A1 | 47 | 51 |
| Octal | 255 | 361 | 333 | 34 | 0 | 11 | 5 | 241 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11011011 | 11100 | 0 | 1001 | 101 | 10100001 | 1000111 | 1010001 |
Color Harmonies of #ADF1DB
Complementary color
Monochromatic Colors of #ADF1DB
Black with #ADF1DB
Text Example
Text Example
White with #ADF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1DB; }
p { color: rgb(173,241,219); }
H1.HeaderClassName
{
color: #ADF1DB;
}
.AnyTagClassName
{
color: #ADF1DB;
}
</style>
background-color css
<style>
a { background-color: #ADF1DB; }
a { background-color: rgb(173,241,219); }
div.DivClassName
{
background-color: #ADF1DB;
}
.BgClassName
{
background-color: #ADF1DB;
}
</style>
border-color css
<style>
span { border-color: #ADF1DB; }
span { border-color: rgb(173,241,219); }
td.TdClassName
{
border-color: #ADF1DB;
}
.TagClassName
{
border-color: #ADF1DB;
}
</style>