Shades of Water Leaf #ADF0DB
Tints of Water Leaf #ADF0DB
RGB
CMYK
RGB Variations
Color information
#ADF0DB (or 0xADF0DB) is known color: Water Leaf. HEX triplet: AD, F0 and DB. RGB value is (173,240,219). Sum of RGB (Red+Green+Blue) = 173+240+219=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DB is #520F24. Grayscale: #D9D9D9. Windows color (decimal): -5377829 or 14413997. OLE color: 14413997.
HSL color Cylindrical-coordinate representation of color #ADF0DB: hue angle of 161.19º degrees, saturation: 0.69, 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 #ADF0DB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 240 | 219 | - |
CMYK | 0.28 | 0 | 0.09 | 0.06 |
HSL | 161.19º | 0.69% | 0.81% | - |
HSV(B) | 161.19º | 0.28% | 0.94% | - |
XYZ | 61.18 | 76.32 | 78.52 | - |
YUV | 217.57 | 128.8 | 96.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 240 | 219 | 0.28 | 0 | 0.09 | 0.06 | 161.19 | 0.69 | 0.81 |
Hex | AD | F0 | DB | 1C | 0 | 9 | 6 | A1 | 45 | 51 |
Octal | 255 | 360 | 333 | 34 | 0 | 11 | 6 | 241 | 105 | 121 |
Binary | 10101101 | 11110000 | 11011011 | 11100 | 0 | 1001 | 110 | 10100001 | 1000101 | 1010001 |
Color Harmonies of #ADF0DB
Complementary color
Monochromatic Colors of #ADF0DB
Black with #ADF0DB
Text Example
Text Example
White with #ADF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0DB; }
p { color: rgb(173,240,219); }
H1.HeaderClassName
{
color: #ADF0DB;
}
.AnyTagClassName
{
color: #ADF0DB;
}
</style>
background-color css
<style>
a { background-color: #ADF0DB; }
a { background-color: rgb(173,240,219); }
div.DivClassName
{
background-color: #ADF0DB;
}
.BgClassName
{
background-color: #ADF0DB;
}
</style>
border-color css
<style>
span { border-color: #ADF0DB; }
span { border-color: rgb(173,240,219); }
td.TdClassName
{
border-color: #ADF0DB;
}
.TagClassName
{
border-color: #ADF0DB;
}
</style>