Shades of Water Leaf #A0F4DF
Tints of Water Leaf #A0F4DF
RGB
CMYK
RGB Variations
Color information
#A0F4DF (or 0xA0F4DF) is known color: Water Leaf. HEX triplet: A0, F4 and DF. RGB value is (160,244,223). Sum of RGB (Red+Green+Blue) = 160+244+223=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F4DF is #5F0B20. Grayscale: #D8D8D8. Windows color (decimal): -6228769 or 14677152. OLE color: 14677152.
HSL color Cylindrical-coordinate representation of color #A0F4DF: hue angle of 165º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4DF is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 223 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.04 |
| HSL | 165º | 0.79% | 0.79% | - |
| HSV(B) | 165º | 0.34% | 0.96% | - |
| XYZ | 60.17 | 77.5 | 81.6 | - |
| YUV | 216.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 223 | 0.34 | 0 | 0.09 | 0.04 | 165 | 0.79 | 0.79 |
| Hex | A0 | F4 | DF | 22 | 0 | 9 | 4 | A5 | 4F | 4F |
| Octal | 240 | 364 | 337 | 42 | 0 | 11 | 4 | 245 | 117 | 117 |
| Binary | 10100000 | 11110100 | 11011111 | 100010 | 0 | 1001 | 100 | 10100101 | 1001111 | 1001111 |
Color Harmonies of #A0F4DF
Complementary color
Monochromatic Colors of #A0F4DF
Black with #A0F4DF
Text Example
Text Example
White with #A0F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F4DF; }
p { color: rgb(160,244,223); }
H1.HeaderClassName
{
color: #A0F4DF;
}
.AnyTagClassName
{
color: #A0F4DF;
}
</style>
background-color css
<style>
a { background-color: #A0F4DF; }
a { background-color: rgb(160,244,223); }
div.DivClassName
{
background-color: #A0F4DF;
}
.BgClassName
{
background-color: #A0F4DF;
}
</style>
border-color css
<style>
span { border-color: #A0F4DF; }
span { border-color: rgb(160,244,223); }
td.TdClassName
{
border-color: #A0F4DF;
}
.TagClassName
{
border-color: #A0F4DF;
}
</style>