Shades of Water Leaf #ADF1DD
Tints of Water Leaf #ADF1DD
RGB
CMYK
RGB Variations
Color information
#ADF1DD (or 0xADF1DD) is known color: Water Leaf. HEX triplet: AD, F1 and DD. RGB value is (173,241,221). Sum of RGB (Red+Green+Blue) = 173+241+221=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1DD is #520E22. Grayscale: #DADADA. Windows color (decimal): -5377571 or 14545325. OLE color: 14545325.
HSL color Cylindrical-coordinate representation of color #ADF1DD: hue angle of 162.35º 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 #ADF1DD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 221 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.05 |
| HSL | 162.35º | 0.71% | 0.81% | - |
| HSV(B) | 162.35º | 0.28% | 0.95% | - |
| XYZ | 61.74 | 77.02 | 80.02 | - |
| YUV | 218.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 221 | 0.28 | 0 | 0.08 | 0.05 | 162.35 | 0.71 | 0.81 |
| Hex | AD | F1 | DD | 1C | 0 | 8 | 5 | A2 | 47 | 51 |
| Octal | 255 | 361 | 335 | 34 | 0 | 10 | 5 | 242 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11011101 | 11100 | 0 | 1000 | 101 | 10100010 | 1000111 | 1010001 |
Color Harmonies of #ADF1DD
Complementary color
Monochromatic Colors of #ADF1DD
Black with #ADF1DD
Text Example
Text Example
White with #ADF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1DD; }
p { color: rgb(173,241,221); }
H1.HeaderClassName
{
color: #ADF1DD;
}
.AnyTagClassName
{
color: #ADF1DD;
}
</style>
background-color css
<style>
a { background-color: #ADF1DD; }
a { background-color: rgb(173,241,221); }
div.DivClassName
{
background-color: #ADF1DD;
}
.BgClassName
{
background-color: #ADF1DD;
}
</style>
border-color css
<style>
span { border-color: #ADF1DD; }
span { border-color: rgb(173,241,221); }
td.TdClassName
{
border-color: #ADF1DD;
}
.TagClassName
{
border-color: #ADF1DD;
}
</style>