Shades of Water Leaf #ADFFEB
Tints of Water Leaf #ADFFEB
RGB
CMYK
RGB Variations
Color information
#ADFFEB (or 0xADFFEB) is known color: Water Leaf. HEX triplet: AD, FF and EB. RGB value is (173,255,235). Sum of RGB (Red+Green+Blue) = 173+255+235=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFEB is #520014. Grayscale: #E4E4E4. Windows color (decimal): -5373973 or 15466413. OLE color: 15466413.
HSL color Cylindrical-coordinate representation of color #ADFFEB: hue angle of 165.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFEB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 235 | - |
| CMYK | 0.32 | 0 | 0.08 | 0 |
| HSL | 165.37º | 1% | 0.84% | - |
| HSV(B) | 165.37º | 0.32% | 1% | - |
| XYZ | 67.99 | 86.4 | 91.69 | - |
| YUV | 228.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 235 | 0.32 | 0 | 0.08 | 0 | 165.37 | 1 | 0.84 |
| Hex | AD | FF | EB | 20 | 0 | 8 | 0 | A5 | 64 | 54 |
| Octal | 255 | 377 | 353 | 40 | 0 | 10 | 0 | 245 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11101011 | 100000 | 0 | 1000 | 0 | 10100101 | 1100100 | 1010100 |
Color Harmonies of #ADFFEB
Complementary color
Monochromatic Colors of #ADFFEB
Black with #ADFFEB
Text Example
Text Example
White with #ADFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFEB; }
p { color: rgb(173,255,235); }
H1.HeaderClassName
{
color: #ADFFEB;
}
.AnyTagClassName
{
color: #ADFFEB;
}
</style>
background-color css
<style>
a { background-color: #ADFFEB; }
a { background-color: rgb(173,255,235); }
div.DivClassName
{
background-color: #ADFFEB;
}
.BgClassName
{
background-color: #ADFFEB;
}
</style>
border-color css
<style>
span { border-color: #ADFFEB; }
span { border-color: rgb(173,255,235); }
td.TdClassName
{
border-color: #ADFFEB;
}
.TagClassName
{
border-color: #ADFFEB;
}
</style>