Shades of Watercourse #02654C
Tints of Watercourse #02654C
RGB
CMYK
RGB Variations
Color information
#02654C (or 0x02654C) is known color: Watercourse. HEX triplet: 02, 65 and 4C. RGB value is (2,101,76). Sum of RGB (Red+Green+Blue) = 2+101+76=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #02654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02654C is #FD9AB3. Grayscale: #444444. Windows color (decimal): -16620212 or 5006594. OLE color: 5006594.
HSL color Cylindrical-coordinate representation of color #02654C: hue angle of 164.85º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02654C is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 76 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.60 |
| HSL | 164.85º | 0.96% | 0.2% | - |
| HSV(B) | 164.85º | 0.98% | 0.4% | - |
| XYZ | 5.98 | 9.84 | 8.42 | - |
| YUV | 68.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 76 | 0.98 | 0 | 0.25 | 0.60 | 164.85 | 0.96 | 0.2 |
| Hex | 2 | 65 | 4C | 62 | 0 | 19 | 3C | A5 | 60 | 14 |
| Octal | 2 | 145 | 114 | 142 | 0 | 31 | 74 | 245 | 140 | 24 |
| Binary | 10 | 1100101 | 1001100 | 1100010 | 0 | 11001 | 111100 | 10100101 | 1100000 | 10100 |
Color Harmonies of #02654C
Complementary color
Monochromatic Colors of #02654C
Black with #02654C
Text Example
Text Example
White with #02654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02654C; }
p { color: rgb(2,101,76); }
H1.HeaderClassName
{
color: #02654C;
}
.AnyTagClassName
{
color: #02654C;
}
</style>
background-color css
<style>
a { background-color: #02654C; }
a { background-color: rgb(2,101,76); }
div.DivClassName
{
background-color: #02654C;
}
.BgClassName
{
background-color: #02654C;
}
</style>
border-color css
<style>
span { border-color: #02654C; }
span { border-color: rgb(2,101,76); }
td.TdClassName
{
border-color: #02654C;
}
.TagClassName
{
border-color: #02654C;
}
</style>