Shades of Watercourse #0A5F4B
Tints of Watercourse #0A5F4B
RGB
CMYK
RGB Variations
Color information
#0A5F4B (or 0x0A5F4B) is known color: Watercourse. HEX triplet: 0A, 5F and 4B. RGB value is (10,95,75). Sum of RGB (Red+Green+Blue) = 10+95+75=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #0A5F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5F4B is #F5A0B4. Grayscale: #434343. Windows color (decimal): -16097461 or 4939530. OLE color: 4939530.
HSL color Cylindrical-coordinate representation of color #0A5F4B: hue angle of 165.88º 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 #0A5F4B is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 95 | 75 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.63 |
| HSL | 165.88º | 0.81% | 0.21% | - |
| HSV(B) | 165.88º | 0.89% | 0.37% | - |
| XYZ | 5.49 | 8.76 | 8.06 | - |
| YUV | 67.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 75 | 0.89 | 0 | 0.21 | 0.63 | 165.88 | 0.81 | 0.21 |
| Hex | A | 5F | 4B | 59 | 0 | 15 | 3F | A6 | 51 | 15 |
| Octal | 12 | 137 | 113 | 131 | 0 | 25 | 77 | 246 | 121 | 25 |
| Binary | 1010 | 1011111 | 1001011 | 1011001 | 0 | 10101 | 111111 | 10100110 | 1010001 | 10101 |
Color Harmonies of #0A5F4B
Complementary color
Monochromatic Colors of #0A5F4B
Black with #0A5F4B
Text Example
Text Example
White with #0A5F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5F4B; }
p { color: rgb(10,95,75); }
H1.HeaderClassName
{
color: #0A5F4B;
}
.AnyTagClassName
{
color: #0A5F4B;
}
</style>
background-color css
<style>
a { background-color: #0A5F4B; }
a { background-color: rgb(10,95,75); }
div.DivClassName
{
background-color: #0A5F4B;
}
.BgClassName
{
background-color: #0A5F4B;
}
</style>
border-color css
<style>
span { border-color: #0A5F4B; }
span { border-color: rgb(10,95,75); }
td.TdClassName
{
border-color: #0A5F4B;
}
.TagClassName
{
border-color: #0A5F4B;
}
</style>