Shades of Water Leaf #ADF3E7
Tints of Water Leaf #ADF3E7
RGB
CMYK
RGB Variations
Color information
#ADF3E7 (or 0xADF3E7) is known color: Water Leaf. HEX triplet: AD, F3 and E7. RGB value is (173,243,231). Sum of RGB (Red+Green+Blue) = 173+243+231=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3E7 is #520C18. Grayscale: #DCDCDC. Windows color (decimal): -5377049 or 15201197. OLE color: 15201197.
HSL color Cylindrical-coordinate representation of color #ADF3E7: hue angle of 169.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3E7 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 173 | 243 | 231 | - |
CMYK | 0.29 | 0 | 0.05 | 0.05 |
HSL | 169.71º | 0.74% | 0.82% | - |
HSV(B) | 169.71º | 0.29% | 0.95% | - |
XYZ | 63.71 | 78.75 | 87.44 | - |
YUV | 220.7 | 133.81 | 93.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 243 | 231 | 0.29 | 0 | 0.05 | 0.05 | 169.71 | 0.74 | 0.82 |
Hex | AD | F3 | E7 | 1D | 0 | 5 | 5 | AA | 4A | 52 |
Octal | 255 | 363 | 347 | 35 | 0 | 5 | 5 | 252 | 112 | 122 |
Binary | 10101101 | 11110011 | 11100111 | 11101 | 0 | 101 | 101 | 10101010 | 1001010 | 1010010 |
Color Harmonies of #ADF3E7
Complementary color
Monochromatic Colors of #ADF3E7
Black with #ADF3E7
Text Example
Text Example
White with #ADF3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3E7; }
p { color: rgb(173,243,231); }
H1.HeaderClassName
{
color: #ADF3E7;
}
.AnyTagClassName
{
color: #ADF3E7;
}
</style>
background-color css
<style>
a { background-color: #ADF3E7; }
a { background-color: rgb(173,243,231); }
div.DivClassName
{
background-color: #ADF3E7;
}
.BgClassName
{
background-color: #ADF3E7;
}
</style>
border-color css
<style>
span { border-color: #ADF3E7; }
span { border-color: rgb(173,243,231); }
td.TdClassName
{
border-color: #ADF3E7;
}
.TagClassName
{
border-color: #ADF3E7;
}
</style>