Shades of Water Leaf #A5F0DD
Tints of Water Leaf #A5F0DD
RGB
CMYK
RGB Variations
Color information
#A5F0DD (or 0xA5F0DD) is known color: Water Leaf. HEX triplet: A5, F0 and DD. RGB value is (165,240,221). Sum of RGB (Red+Green+Blue) = 165+240+221=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F0DD is #5A0F22. Grayscale: #D7D7D7. Windows color (decimal): -5902115 or 14545061. OLE color: 14545061.
HSL color Cylindrical-coordinate representation of color #A5F0DD: hue angle of 164.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5F0DD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 221 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.06 |
| HSL | 164.8º | 0.71% | 0.79% | - |
| HSV(B) | 164.8º | 0.31% | 0.94% | - |
| XYZ | 59.73 | 75.54 | 79.84 | - |
| YUV | 215.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 221 | 0.31 | 0 | 0.08 | 0.06 | 164.8 | 0.71 | 0.79 |
| Hex | A5 | F0 | DD | 1F | 0 | 8 | 6 | A5 | 47 | 4F |
| Octal | 245 | 360 | 335 | 37 | 0 | 10 | 6 | 245 | 107 | 117 |
| Binary | 10100101 | 11110000 | 11011101 | 11111 | 0 | 1000 | 110 | 10100101 | 1000111 | 1001111 |
Color Harmonies of #A5F0DD
Complementary color
Monochromatic Colors of #A5F0DD
Black with #A5F0DD
Text Example
Text Example
White with #A5F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0DD; }
p { color: rgb(165,240,221); }
H1.HeaderClassName
{
color: #A5F0DD;
}
.AnyTagClassName
{
color: #A5F0DD;
}
</style>
background-color css
<style>
a { background-color: #A5F0DD; }
a { background-color: rgb(165,240,221); }
div.DivClassName
{
background-color: #A5F0DD;
}
.BgClassName
{
background-color: #A5F0DD;
}
</style>
border-color css
<style>
span { border-color: #A5F0DD; }
span { border-color: rgb(165,240,221); }
td.TdClassName
{
border-color: #A5F0DD;
}
.TagClassName
{
border-color: #A5F0DD;
}
</style>