Shades of Water Leaf #ADF5E2
Tints of Water Leaf #ADF5E2
RGB
CMYK
RGB Variations
Color information
#ADF5E2 (or 0xADF5E2) is known color: Water Leaf. HEX triplet: AD, F5 and E2. RGB value is (173,245,226). Sum of RGB (Red+Green+Blue) = 173+245+226=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5E2 is #520A1D. Grayscale: #DDDDDD. Windows color (decimal): -5376542 or 14874029. OLE color: 14874029.
HSL color Cylindrical-coordinate representation of color #ADF5E2: hue angle of 164.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5E2 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 245 | 226 | - |
CMYK | 0.29 | 0 | 0.08 | 0.04 |
HSL | 164.17º | 0.78% | 0.82% | - |
HSV(B) | 164.17º | 0.29% | 0.96% | - |
XYZ | 63.61 | 79.68 | 83.98 | - |
YUV | 221.31 | 130.65 | 93.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 245 | 226 | 0.29 | 0 | 0.08 | 0.04 | 164.17 | 0.78 | 0.82 |
Hex | AD | F5 | E2 | 1D | 0 | 8 | 4 | A4 | 4E | 52 |
Octal | 255 | 365 | 342 | 35 | 0 | 10 | 4 | 244 | 116 | 122 |
Binary | 10101101 | 11110101 | 11100010 | 11101 | 0 | 1000 | 100 | 10100100 | 1001110 | 1010010 |
Color Harmonies of #ADF5E2
Complementary color
Monochromatic Colors of #ADF5E2
Black with #ADF5E2
Text Example
Text Example
White with #ADF5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5E2; }
p { color: rgb(173,245,226); }
H1.HeaderClassName
{
color: #ADF5E2;
}
.AnyTagClassName
{
color: #ADF5E2;
}
</style>
background-color css
<style>
a { background-color: #ADF5E2; }
a { background-color: rgb(173,245,226); }
div.DivClassName
{
background-color: #ADF5E2;
}
.BgClassName
{
background-color: #ADF5E2;
}
</style>
border-color css
<style>
span { border-color: #ADF5E2; }
span { border-color: rgb(173,245,226); }
td.TdClassName
{
border-color: #ADF5E2;
}
.TagClassName
{
border-color: #ADF5E2;
}
</style>