Shades of Water Leaf #ADF3E1
Tints of Water Leaf #ADF3E1
RGB
CMYK
RGB Variations
Color information
#ADF3E1 (or 0xADF3E1) is known color: Water Leaf. HEX triplet: AD, F3 and E1. RGB value is (173,243,225). Sum of RGB (Red+Green+Blue) = 173+243+225=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3E1 is #520C1E. Grayscale: #DCDCDC. Windows color (decimal): -5377055 or 14807981. OLE color: 14807981.
HSL color Cylindrical-coordinate representation of color #ADF3E1: hue angle of 164.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3E1 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 225 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 164.57º | 0.74% | 0.82% | - |
| HSV(B) | 164.57º | 0.29% | 0.95% | - |
| XYZ | 62.87 | 78.42 | 83.06 | - |
| YUV | 220.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 225 | 0.29 | 0 | 0.07 | 0.05 | 164.57 | 0.74 | 0.82 |
| Hex | AD | F3 | E1 | 1D | 0 | 7 | 5 | A5 | 4A | 52 |
| Octal | 255 | 363 | 341 | 35 | 0 | 7 | 5 | 245 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11100001 | 11101 | 0 | 111 | 101 | 10100101 | 1001010 | 1010010 |
Color Harmonies of #ADF3E1
Complementary color
Monochromatic Colors of #ADF3E1
Black with #ADF3E1
Text Example
Text Example
White with #ADF3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3E1; }
p { color: rgb(173,243,225); }
H1.HeaderClassName
{
color: #ADF3E1;
}
.AnyTagClassName
{
color: #ADF3E1;
}
</style>
background-color css
<style>
a { background-color: #ADF3E1; }
a { background-color: rgb(173,243,225); }
div.DivClassName
{
background-color: #ADF3E1;
}
.BgClassName
{
background-color: #ADF3E1;
}
</style>
border-color css
<style>
span { border-color: #ADF3E1; }
span { border-color: rgb(173,243,225); }
td.TdClassName
{
border-color: #ADF3E1;
}
.TagClassName
{
border-color: #ADF3E1;
}
</style>