Shades of Watercourse #0A6E50
Tints of Watercourse #0A6E50
RGB
CMYK
RGB Variations
Color information
#0A6E50 (or 0x0A6E50) is known color: Watercourse. HEX triplet: 0A, 6E and 50. RGB value is (10,110,80). Sum of RGB (Red+Green+Blue) = 10+110+80=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 110 (43.36% from 255 or 55% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6E50 is #F591AF. Grayscale: #4C4C4C. Windows color (decimal): -16093616 or 5271050. OLE color: 5271050.
HSL color Cylindrical-coordinate representation of color #0A6E50: hue angle of 162º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6E50 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 110 | 80 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.57 |
| HSL | 162º | 0.83% | 0.24% | - |
| HSV(B) | 162º | 0.91% | 0.43% | - |
| XYZ | 7.15 | 11.8 | 9.49 | - |
| YUV | 76.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 80 | 0.91 | 0 | 0.27 | 0.57 | 162 | 0.83 | 0.24 |
| Hex | A | 6E | 50 | 5B | 0 | 1B | 39 | A2 | 53 | 18 |
| Octal | 12 | 156 | 120 | 133 | 0 | 33 | 71 | 242 | 123 | 30 |
| Binary | 1010 | 1101110 | 1010000 | 1011011 | 0 | 11011 | 111001 | 10100010 | 1010011 | 11000 |
Color Harmonies of #0A6E50
Complementary color
Monochromatic Colors of #0A6E50
Black with #0A6E50
Text Example
Text Example
White with #0A6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6E50; }
p { color: rgb(10,110,80); }
H1.HeaderClassName
{
color: #0A6E50;
}
.AnyTagClassName
{
color: #0A6E50;
}
</style>
background-color css
<style>
a { background-color: #0A6E50; }
a { background-color: rgb(10,110,80); }
div.DivClassName
{
background-color: #0A6E50;
}
.BgClassName
{
background-color: #0A6E50;
}
</style>
border-color css
<style>
span { border-color: #0A6E50; }
span { border-color: rgb(10,110,80); }
td.TdClassName
{
border-color: #0A6E50;
}
.TagClassName
{
border-color: #0A6E50;
}
</style>