Shades of Watercourse #0C624E
Tints of Watercourse #0C624E
RGB
CMYK
RGB Variations
Color information
#0C624E (or 0x0C624E) is known color: Watercourse. HEX triplet: 0C, 62 and 4E. RGB value is (12,98,78). Sum of RGB (Red+Green+Blue) = 12+98+78=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #0C624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C624E is #F39DB1. Grayscale: #464646. Windows color (decimal): -15965618 or 5136908. OLE color: 5136908.
HSL color Cylindrical-coordinate representation of color #0C624E: hue angle of 166.05º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C624E is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 78 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.62 |
| HSL | 166.05º | 0.78% | 0.22% | - |
| HSV(B) | 166.05º | 0.88% | 0.38% | - |
| XYZ | 5.89 | 9.36 | 8.7 | - |
| YUV | 70.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 78 | 0.88 | 0 | 0.20 | 0.62 | 166.05 | 0.78 | 0.22 |
| Hex | C | 62 | 4E | 58 | 0 | 14 | 3E | A6 | 4E | 16 |
| Octal | 14 | 142 | 116 | 130 | 0 | 24 | 76 | 246 | 116 | 26 |
| Binary | 1100 | 1100010 | 1001110 | 1011000 | 0 | 10100 | 111110 | 10100110 | 1001110 | 10110 |
Color Harmonies of #0C624E
Complementary color
Monochromatic Colors of #0C624E
Black with #0C624E
Text Example
Text Example
White with #0C624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C624E; }
p { color: rgb(12,98,78); }
H1.HeaderClassName
{
color: #0C624E;
}
.AnyTagClassName
{
color: #0C624E;
}
</style>
background-color css
<style>
a { background-color: #0C624E; }
a { background-color: rgb(12,98,78); }
div.DivClassName
{
background-color: #0C624E;
}
.BgClassName
{
background-color: #0C624E;
}
</style>
border-color css
<style>
span { border-color: #0C624E; }
span { border-color: rgb(12,98,78); }
td.TdClassName
{
border-color: #0C624E;
}
.TagClassName
{
border-color: #0C624E;
}
</style>