Shades of Water Leaf #ADE9DF
Tints of Water Leaf #ADE9DF
RGB
CMYK
RGB Variations
Color information
#ADE9DF (or 0xADE9DF) is known color: Water Leaf. HEX triplet: AD, E9 and DF. RGB value is (173,233,223). Sum of RGB (Red+Green+Blue) = 173+233+223=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9DF is #521620. Grayscale: #D5D5D5. Windows color (decimal): -5379617 or 14674349. OLE color: 14674349.
HSL color Cylindrical-coordinate representation of color #ADE9DF: hue angle of 170º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9DF is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 233 | 223 | - |
CMYK | 0.26 | 0 | 0.04 | 0.09 |
HSL | 170º | 0.58% | 0.8% | - |
HSV(B) | 170º | 0.26% | 0.91% | - |
XYZ | 59.69 | 72.49 | 80.66 | - |
YUV | 213.92 | 133.12 | 98.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 223 | 0.26 | 0 | 0.04 | 0.09 | 170 | 0.58 | 0.8 |
Hex | AD | E9 | DF | 1A | 0 | 4 | 9 | AA | 3A | 50 |
Octal | 255 | 351 | 337 | 32 | 0 | 4 | 11 | 252 | 72 | 120 |
Binary | 10101101 | 11101001 | 11011111 | 11010 | 0 | 100 | 1001 | 10101010 | 111010 | 1010000 |
Color Harmonies of #ADE9DF
Complementary color
Monochromatic Colors of #ADE9DF
Black with #ADE9DF
Text Example
Text Example
White with #ADE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9DF; }
p { color: rgb(173,233,223); }
H1.HeaderClassName
{
color: #ADE9DF;
}
.AnyTagClassName
{
color: #ADE9DF;
}
</style>
background-color css
<style>
a { background-color: #ADE9DF; }
a { background-color: rgb(173,233,223); }
div.DivClassName
{
background-color: #ADE9DF;
}
.BgClassName
{
background-color: #ADE9DF;
}
</style>
border-color css
<style>
span { border-color: #ADE9DF; }
span { border-color: rgb(173,233,223); }
td.TdClassName
{
border-color: #ADE9DF;
}
.TagClassName
{
border-color: #ADE9DF;
}
</style>