Shades of Water Leaf #ADFBE5
Tints of Water Leaf #ADFBE5
RGB
CMYK
RGB Variations
Color information
#ADFBE5 (or 0xADFBE5) is known color: Water Leaf. HEX triplet: AD, FB and E5. RGB value is (173,251,229). Sum of RGB (Red+Green+Blue) = 173+251+229=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE5 is #52041A. Grayscale: #E1E1E1. Windows color (decimal): -5375003 or 15072173. OLE color: 15072173.
HSL color Cylindrical-coordinate representation of color #ADFBE5: hue angle of 163.08º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBE5 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 251 | 229 | - |
CMYK | 0.31 | 0 | 0.09 | 0.02 |
HSL | 163.08º | 0.91% | 0.83% | - |
HSV(B) | 163.08º | 0.31% | 0.98% | - |
XYZ | 65.87 | 83.54 | 86.78 | - |
YUV | 225.17 | 130.16 | 90.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 251 | 229 | 0.31 | 0 | 0.09 | 0.02 | 163.08 | 0.91 | 0.83 |
Hex | AD | FB | E5 | 1F | 0 | 9 | 2 | A3 | 5B | 53 |
Octal | 255 | 373 | 345 | 37 | 0 | 11 | 2 | 243 | 133 | 123 |
Binary | 10101101 | 11111011 | 11100101 | 11111 | 0 | 1001 | 10 | 10100011 | 1011011 | 1010011 |
Color Harmonies of #ADFBE5
Complementary color
Monochromatic Colors of #ADFBE5
Black with #ADFBE5
Text Example
Text Example
White with #ADFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBE5; }
p { color: rgb(173,251,229); }
H1.HeaderClassName
{
color: #ADFBE5;
}
.AnyTagClassName
{
color: #ADFBE5;
}
</style>
background-color css
<style>
a { background-color: #ADFBE5; }
a { background-color: rgb(173,251,229); }
div.DivClassName
{
background-color: #ADFBE5;
}
.BgClassName
{
background-color: #ADFBE5;
}
</style>
border-color css
<style>
span { border-color: #ADFBE5; }
span { border-color: rgb(173,251,229); }
td.TdClassName
{
border-color: #ADFBE5;
}
.TagClassName
{
border-color: #ADFBE5;
}
</style>