Shades of Water Leaf #A0F3DF
Tints of Water Leaf #A0F3DF
RGB
CMYK
RGB Variations
Color information
#A0F3DF (or 0xA0F3DF) is known color: Water Leaf. HEX triplet: A0, F3 and DF. RGB value is (160,243,223). Sum of RGB (Red+Green+Blue) = 160+243+223=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3DF is #5F0C20. Grayscale: #D7D7D7. Windows color (decimal): -6229025 or 14676896. OLE color: 14676896.
HSL color Cylindrical-coordinate representation of color #A0F3DF: hue angle of 165.54º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3DF is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 223 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.05 |
| HSL | 165.54º | 0.78% | 0.79% | - |
| HSV(B) | 165.54º | 0.34% | 0.95% | - |
| XYZ | 59.87 | 76.9 | 81.5 | - |
| YUV | 215.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 223 | 0.34 | 0 | 0.08 | 0.05 | 165.54 | 0.78 | 0.79 |
| Hex | A0 | F3 | DF | 22 | 0 | 8 | 5 | A6 | 4E | 4F |
| Octal | 240 | 363 | 337 | 42 | 0 | 10 | 5 | 246 | 116 | 117 |
| Binary | 10100000 | 11110011 | 11011111 | 100010 | 0 | 1000 | 101 | 10100110 | 1001110 | 1001111 |
Color Harmonies of #A0F3DF
Complementary color
Monochromatic Colors of #A0F3DF
Black with #A0F3DF
Text Example
Text Example
White with #A0F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3DF; }
p { color: rgb(160,243,223); }
H1.HeaderClassName
{
color: #A0F3DF;
}
.AnyTagClassName
{
color: #A0F3DF;
}
</style>
background-color css
<style>
a { background-color: #A0F3DF; }
a { background-color: rgb(160,243,223); }
div.DivClassName
{
background-color: #A0F3DF;
}
.BgClassName
{
background-color: #A0F3DF;
}
</style>
border-color css
<style>
span { border-color: #A0F3DF; }
span { border-color: rgb(160,243,223); }
td.TdClassName
{
border-color: #A0F3DF;
}
.TagClassName
{
border-color: #A0F3DF;
}
</style>