Shades of Water Leaf #ADF3E6
Tints of Water Leaf #ADF3E6
RGB
CMYK
RGB Variations
Color information
#ADF3E6 (or 0xADF3E6) is known color: Water Leaf. HEX triplet: AD, F3 and E6. RGB value is (173,243,230). Sum of RGB (Red+Green+Blue) = 173+243+230=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3E6 is #520C19. Grayscale: #DCDCDC. Windows color (decimal): -5377050 or 15135661. OLE color: 15135661.
HSL color Cylindrical-coordinate representation of color #ADF3E6: hue angle of 168.86º 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 #ADF3E6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 230 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.05 |
| HSL | 168.86º | 0.74% | 0.82% | - |
| HSV(B) | 168.86º | 0.29% | 0.95% | - |
| XYZ | 63.57 | 78.7 | 86.7 | - |
| YUV | 220.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 230 | 0.29 | 0 | 0.05 | 0.05 | 168.86 | 0.74 | 0.82 |
| Hex | AD | F3 | E6 | 1D | 0 | 5 | 5 | A9 | 4A | 52 |
| Octal | 255 | 363 | 346 | 35 | 0 | 5 | 5 | 251 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11100110 | 11101 | 0 | 101 | 101 | 10101001 | 1001010 | 1010010 |
Color Harmonies of #ADF3E6
Complementary color
Monochromatic Colors of #ADF3E6
Black with #ADF3E6
Text Example
Text Example
White with #ADF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3E6; }
p { color: rgb(173,243,230); }
H1.HeaderClassName
{
color: #ADF3E6;
}
.AnyTagClassName
{
color: #ADF3E6;
}
</style>
background-color css
<style>
a { background-color: #ADF3E6; }
a { background-color: rgb(173,243,230); }
div.DivClassName
{
background-color: #ADF3E6;
}
.BgClassName
{
background-color: #ADF3E6;
}
</style>
border-color css
<style>
span { border-color: #ADF3E6; }
span { border-color: rgb(173,243,230); }
td.TdClassName
{
border-color: #ADF3E6;
}
.TagClassName
{
border-color: #ADF3E6;
}
</style>