Shades of Watercourse #02674E
Tints of Watercourse #02674E
RGB
CMYK
RGB Variations
Color information
#02674E (or 0x02674E) is known color: Watercourse. HEX triplet: 02, 67 and 4E. RGB value is (2,103,78). Sum of RGB (Red+Green+Blue) = 2+103+78=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #02674E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02674E is #FD98B1. Grayscale: #454545. Windows color (decimal): -16619698 or 5138178. OLE color: 5138178.
HSL color Cylindrical-coordinate representation of color #02674E: hue angle of 165.15º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02674E is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 78 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.60 |
| HSL | 165.15º | 0.96% | 0.21% | - |
| HSV(B) | 165.15º | 0.98% | 0.4% | - |
| XYZ | 6.25 | 10.26 | 8.86 | - |
| YUV | 69.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 78 | 0.98 | 0 | 0.24 | 0.60 | 165.15 | 0.96 | 0.21 |
| Hex | 2 | 67 | 4E | 62 | 0 | 18 | 3C | A5 | 60 | 15 |
| Octal | 2 | 147 | 116 | 142 | 0 | 30 | 74 | 245 | 140 | 25 |
| Binary | 10 | 1100111 | 1001110 | 1100010 | 0 | 11000 | 111100 | 10100101 | 1100000 | 10101 |
Color Harmonies of #02674E
Complementary color
Monochromatic Colors of #02674E
Black with #02674E
Text Example
Text Example
White with #02674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02674E; }
p { color: rgb(2,103,78); }
H1.HeaderClassName
{
color: #02674E;
}
.AnyTagClassName
{
color: #02674E;
}
</style>
background-color css
<style>
a { background-color: #02674E; }
a { background-color: rgb(2,103,78); }
div.DivClassName
{
background-color: #02674E;
}
.BgClassName
{
background-color: #02674E;
}
</style>
border-color css
<style>
span { border-color: #02674E; }
span { border-color: rgb(2,103,78); }
td.TdClassName
{
border-color: #02674E;
}
.TagClassName
{
border-color: #02674E;
}
</style>