Shades of Water Leaf #ADFCE5
Tints of Water Leaf #ADFCE5
RGB
CMYK
RGB Variations
Color information
#ADFCE5 (or 0xADFCE5) is known color: Water Leaf. HEX triplet: AD, FC and E5. RGB value is (173,252,229). Sum of RGB (Red+Green+Blue) = 173+252+229=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCE5 is #52031A. Grayscale: #E1E1E1. Windows color (decimal): -5374747 or 15072429. OLE color: 15072429.
HSL color Cylindrical-coordinate representation of color #ADFCE5: hue angle of 162.53º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCE5 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 229 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.01 |
| HSL | 162.53º | 0.93% | 0.83% | - |
| HSV(B) | 162.53º | 0.31% | 0.99% | - |
| XYZ | 66.19 | 84.16 | 86.89 | - |
| YUV | 225.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 229 | 0.31 | 0 | 0.09 | 0.01 | 162.53 | 0.93 | 0.83 |
| Hex | AD | FC | E5 | 1F | 0 | 9 | 1 | A3 | 5D | 53 |
| Octal | 255 | 374 | 345 | 37 | 0 | 11 | 1 | 243 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11100101 | 11111 | 0 | 1001 | 1 | 10100011 | 1011101 | 1010011 |
Color Harmonies of #ADFCE5
Complementary color
Monochromatic Colors of #ADFCE5
Black with #ADFCE5
Text Example
Text Example
White with #ADFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCE5; }
p { color: rgb(173,252,229); }
H1.HeaderClassName
{
color: #ADFCE5;
}
.AnyTagClassName
{
color: #ADFCE5;
}
</style>
background-color css
<style>
a { background-color: #ADFCE5; }
a { background-color: rgb(173,252,229); }
div.DivClassName
{
background-color: #ADFCE5;
}
.BgClassName
{
background-color: #ADFCE5;
}
</style>
border-color css
<style>
span { border-color: #ADFCE5; }
span { border-color: rgb(173,252,229); }
td.TdClassName
{
border-color: #ADFCE5;
}
.TagClassName
{
border-color: #ADFCE5;
}
</style>