Shades of Water Leaf #ADF9E8
Tints of Water Leaf #ADF9E8
RGB
CMYK
RGB Variations
Color information
#ADF9E8 (or 0xADF9E8) is known color: Water Leaf. HEX triplet: AD, F9 and E8. RGB value is (173,249,232). Sum of RGB (Red+Green+Blue) = 173+249+232=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9E8 is #520617. Grayscale: #E0E0E0. Windows color (decimal): -5375512 or 15268269. OLE color: 15268269.
HSL color Cylindrical-coordinate representation of color #ADF9E8: hue angle of 166.58º degrees, saturation: 0.86, 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 #ADF9E8 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 249 | 232 | - |
CMYK | 0.31 | 0 | 0.07 | 0.02 |
HSL | 166.58º | 0.86% | 0.83% | - |
HSV(B) | 166.58º | 0.31% | 0.98% | - |
XYZ | 65.67 | 82.46 | 88.8 | - |
YUV | 224.34 | 132.32 | 91.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 249 | 232 | 0.31 | 0 | 0.07 | 0.02 | 166.58 | 0.86 | 0.83 |
Hex | AD | F9 | E8 | 1F | 0 | 7 | 2 | A7 | 56 | 53 |
Octal | 255 | 371 | 350 | 37 | 0 | 7 | 2 | 247 | 126 | 123 |
Binary | 10101101 | 11111001 | 11101000 | 11111 | 0 | 111 | 10 | 10100111 | 1010110 | 1010011 |
Color Harmonies of #ADF9E8
Complementary color
Monochromatic Colors of #ADF9E8
Black with #ADF9E8
Text Example
Text Example
White with #ADF9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9E8; }
p { color: rgb(173,249,232); }
H1.HeaderClassName
{
color: #ADF9E8;
}
.AnyTagClassName
{
color: #ADF9E8;
}
</style>
background-color css
<style>
a { background-color: #ADF9E8; }
a { background-color: rgb(173,249,232); }
div.DivClassName
{
background-color: #ADF9E8;
}
.BgClassName
{
background-color: #ADF9E8;
}
</style>
border-color css
<style>
span { border-color: #ADF9E8; }
span { border-color: rgb(173,249,232); }
td.TdClassName
{
border-color: #ADF9E8;
}
.TagClassName
{
border-color: #ADF9E8;
}
</style>