Shades of Water Leaf #ADFFE4
Tints of Water Leaf #ADFFE4
RGB
CMYK
RGB Variations
Color information
#ADFFE4 (or 0xADFFE4) is known color: Water Leaf. HEX triplet: AD, FF and E4. RGB value is (173,255,228). Sum of RGB (Red+Green+Blue) = 173+255+228=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFE4 is #52001B. Grayscale: #E3E3E3. Windows color (decimal): -5373980 or 15007661. OLE color: 15007661.
HSL color Cylindrical-coordinate representation of color #ADFFE4: hue angle of 160.24º 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 #ADFFE4 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 228 | - |
CMYK | 0.32 | 0 | 0.11 | 0 |
HSL | 160.24º | 1% | 0.84% | - |
HSV(B) | 160.24º | 0.32% | 1% | - |
XYZ | 67 | 86.01 | 86.47 | - |
YUV | 227.4 | 128.33 | 89.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 228 | 0.32 | 0 | 0.11 | 0 | 160.24 | 1 | 0.84 |
Hex | AD | FF | E4 | 20 | 0 | B | 0 | A0 | 64 | 54 |
Octal | 255 | 377 | 344 | 40 | 0 | 13 | 0 | 240 | 144 | 124 |
Binary | 10101101 | 11111111 | 11100100 | 100000 | 0 | 1011 | 0 | 10100000 | 1100100 | 1010100 |
Color Harmonies of #ADFFE4
Complementary color
Monochromatic Colors of #ADFFE4
Black with #ADFFE4
Text Example
Text Example
White with #ADFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFE4; }
p { color: rgb(173,255,228); }
H1.HeaderClassName
{
color: #ADFFE4;
}
.AnyTagClassName
{
color: #ADFFE4;
}
</style>
background-color css
<style>
a { background-color: #ADFFE4; }
a { background-color: rgb(173,255,228); }
div.DivClassName
{
background-color: #ADFFE4;
}
.BgClassName
{
background-color: #ADFFE4;
}
</style>
border-color css
<style>
span { border-color: #ADFFE4; }
span { border-color: rgb(173,255,228); }
td.TdClassName
{
border-color: #ADFFE4;
}
.TagClassName
{
border-color: #ADFFE4;
}
</style>