Shades of Water Leaf #ADF2DC
Tints of Water Leaf #ADF2DC
RGB
CMYK
RGB Variations
Color information
#ADF2DC (or 0xADF2DC) is known color: Water Leaf. HEX triplet: AD, F2 and DC. RGB value is (173,242,220). Sum of RGB (Red+Green+Blue) = 173+242+220=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DC is #520D23. Grayscale: #DADADA. Windows color (decimal): -5377316 or 14480045. OLE color: 14480045.
HSL color Cylindrical-coordinate representation of color #ADF2DC: hue angle of 160.87º 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 #ADF2DC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 220 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.05 |
| HSL | 160.87º | 0.73% | 0.81% | - |
| HSV(B) | 160.87º | 0.29% | 0.95% | - |
| XYZ | 61.9 | 77.56 | 79.42 | - |
| YUV | 218.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 220 | 0.29 | 0 | 0.09 | 0.05 | 160.87 | 0.73 | 0.81 |
| Hex | AD | F2 | DC | 1D | 0 | 9 | 5 | A1 | 49 | 51 |
| Octal | 255 | 362 | 334 | 35 | 0 | 11 | 5 | 241 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11011100 | 11101 | 0 | 1001 | 101 | 10100001 | 1001001 | 1010001 |
Color Harmonies of #ADF2DC
Complementary color
Monochromatic Colors of #ADF2DC
Black with #ADF2DC
Text Example
Text Example
White with #ADF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2DC; }
p { color: rgb(173,242,220); }
H1.HeaderClassName
{
color: #ADF2DC;
}
.AnyTagClassName
{
color: #ADF2DC;
}
</style>
background-color css
<style>
a { background-color: #ADF2DC; }
a { background-color: rgb(173,242,220); }
div.DivClassName
{
background-color: #ADF2DC;
}
.BgClassName
{
background-color: #ADF2DC;
}
</style>
border-color css
<style>
span { border-color: #ADF2DC; }
span { border-color: rgb(173,242,220); }
td.TdClassName
{
border-color: #ADF2DC;
}
.TagClassName
{
border-color: #ADF2DC;
}
</style>