Shades of Water Leaf #A5F0DF
Tints of Water Leaf #A5F0DF
RGB
CMYK
RGB Variations
Color information
#A5F0DF (or 0xA5F0DF) is known color: Water Leaf. HEX triplet: A5, F0 and DF. RGB value is (165,240,223). Sum of RGB (Red+Green+Blue) = 165+240+223=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F0DF is #5A0F20. Grayscale: #D7D7D7. Windows color (decimal): -5902113 or 14676133. OLE color: 14676133.
HSL color Cylindrical-coordinate representation of color #A5F0DF: hue angle of 166.4º 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 #A5F0DF is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 223 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.06 |
| HSL | 166.4º | 0.71% | 0.79% | - |
| HSV(B) | 166.4º | 0.31% | 0.94% | - |
| XYZ | 60 | 75.65 | 81.25 | - |
| YUV | 215.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 223 | 0.31 | 0 | 0.07 | 0.06 | 166.4 | 0.71 | 0.79 |
| Hex | A5 | F0 | DF | 1F | 0 | 7 | 6 | A6 | 47 | 4F |
| Octal | 245 | 360 | 337 | 37 | 0 | 7 | 6 | 246 | 107 | 117 |
| Binary | 10100101 | 11110000 | 11011111 | 11111 | 0 | 111 | 110 | 10100110 | 1000111 | 1001111 |
Color Harmonies of #A5F0DF
Complementary color
Monochromatic Colors of #A5F0DF
Black with #A5F0DF
Text Example
Text Example
White with #A5F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0DF; }
p { color: rgb(165,240,223); }
H1.HeaderClassName
{
color: #A5F0DF;
}
.AnyTagClassName
{
color: #A5F0DF;
}
</style>
background-color css
<style>
a { background-color: #A5F0DF; }
a { background-color: rgb(165,240,223); }
div.DivClassName
{
background-color: #A5F0DF;
}
.BgClassName
{
background-color: #A5F0DF;
}
</style>
border-color css
<style>
span { border-color: #A5F0DF; }
span { border-color: rgb(165,240,223); }
td.TdClassName
{
border-color: #A5F0DF;
}
.TagClassName
{
border-color: #A5F0DF;
}
</style>