Shades of Watercourse #026855
Tints of Watercourse #026855
RGB
CMYK
RGB Variations
Color information
#026855 (or 0x026855) is known color: Watercourse. HEX triplet: 02, 68 and 55. RGB value is (2,104,85). Sum of RGB (Red+Green+Blue) = 2+104+85=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #026855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026855 is #FD97AA. Grayscale: #474747. Windows color (decimal): -16619435 or 5597186. OLE color: 5597186.
HSL color Cylindrical-coordinate representation of color #026855: hue angle of 168.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026855 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 85 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.59 |
| HSL | 168.82º | 0.96% | 0.21% | - |
| HSV(B) | 168.82º | 0.98% | 0.41% | - |
| XYZ | 6.62 | 10.57 | 10.29 | - |
| YUV | 71.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 85 | 0.98 | 0 | 0.18 | 0.59 | 168.82 | 0.96 | 0.21 |
| Hex | 2 | 68 | 55 | 62 | 0 | 12 | 3B | A9 | 60 | 15 |
| Octal | 2 | 150 | 125 | 142 | 0 | 22 | 73 | 251 | 140 | 25 |
| Binary | 10 | 1101000 | 1010101 | 1100010 | 0 | 10010 | 111011 | 10101001 | 1100000 | 10101 |
Color Harmonies of #026855
Complementary color
Monochromatic Colors of #026855
Black with #026855
Text Example
Text Example
White with #026855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026855; }
p { color: rgb(2,104,85); }
H1.HeaderClassName
{
color: #026855;
}
.AnyTagClassName
{
color: #026855;
}
</style>
background-color css
<style>
a { background-color: #026855; }
a { background-color: rgb(2,104,85); }
div.DivClassName
{
background-color: #026855;
}
.BgClassName
{
background-color: #026855;
}
</style>
border-color css
<style>
span { border-color: #026855; }
span { border-color: rgb(2,104,85); }
td.TdClassName
{
border-color: #026855;
}
.TagClassName
{
border-color: #026855;
}
</style>