Shades of Watercourse #0A5F4D
Tints of Watercourse #0A5F4D
RGB
CMYK
RGB Variations
Color information
#0A5F4D (or 0x0A5F4D) is known color: Watercourse. HEX triplet: 0A, 5F and 4D. RGB value is (10,95,77). Sum of RGB (Red+Green+Blue) = 10+95+77=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #0A5F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5F4D is #F5A0B2. Grayscale: #434343. Windows color (decimal): -16097459 or 5070602. OLE color: 5070602.
HSL color Cylindrical-coordinate representation of color #0A5F4D: hue angle of 167.29º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5F4D is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 95 | 77 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.63 |
| HSL | 167.29º | 0.81% | 0.21% | - |
| HSV(B) | 167.29º | 0.89% | 0.37% | - |
| XYZ | 5.56 | 8.78 | 8.42 | - |
| YUV | 67.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 77 | 0.89 | 0 | 0.19 | 0.63 | 167.29 | 0.81 | 0.21 |
| Hex | A | 5F | 4D | 59 | 0 | 13 | 3F | A7 | 51 | 15 |
| Octal | 12 | 137 | 115 | 131 | 0 | 23 | 77 | 247 | 121 | 25 |
| Binary | 1010 | 1011111 | 1001101 | 1011001 | 0 | 10011 | 111111 | 10100111 | 1010001 | 10101 |
Color Harmonies of #0A5F4D
Complementary color
Monochromatic Colors of #0A5F4D
Black with #0A5F4D
Text Example
Text Example
White with #0A5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5F4D; }
p { color: rgb(10,95,77); }
H1.HeaderClassName
{
color: #0A5F4D;
}
.AnyTagClassName
{
color: #0A5F4D;
}
</style>
background-color css
<style>
a { background-color: #0A5F4D; }
a { background-color: rgb(10,95,77); }
div.DivClassName
{
background-color: #0A5F4D;
}
.BgClassName
{
background-color: #0A5F4D;
}
</style>
border-color css
<style>
span { border-color: #0A5F4D; }
span { border-color: rgb(10,95,77); }
td.TdClassName
{
border-color: #0A5F4D;
}
.TagClassName
{
border-color: #0A5F4D;
}
</style>