Shades of Watercourse #027355
Tints of Watercourse #027355
RGB
CMYK
RGB Variations
Color information
#027355 (or 0x027355) is known color: Watercourse. HEX triplet: 02, 73 and 55. RGB value is (2,115,85). Sum of RGB (Red+Green+Blue) = 2+115+85=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #027355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027355 is #FD8CAA. Grayscale: #4D4D4D. Windows color (decimal): -16616619 or 5600002. OLE color: 5600002.
HSL color Cylindrical-coordinate representation of color #027355: hue angle of 164.07º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027355 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 85 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.55 |
| HSL | 164.07º | 0.97% | 0.23% | - |
| HSV(B) | 164.07º | 0.98% | 0.45% | - |
| XYZ | 7.8 | 12.93 | 10.68 | - |
| YUV | 77.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 85 | 0.98 | 0 | 0.26 | 0.55 | 164.07 | 0.97 | 0.23 |
| Hex | 2 | 73 | 55 | 62 | 0 | 1A | 37 | A4 | 61 | 17 |
| Octal | 2 | 163 | 125 | 142 | 0 | 32 | 67 | 244 | 141 | 27 |
| Binary | 10 | 1110011 | 1010101 | 1100010 | 0 | 11010 | 110111 | 10100100 | 1100001 | 10111 |
Color Harmonies of #027355
Complementary color
Monochromatic Colors of #027355
Black with #027355
Text Example
Text Example
White with #027355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027355; }
p { color: rgb(2,115,85); }
H1.HeaderClassName
{
color: #027355;
}
.AnyTagClassName
{
color: #027355;
}
</style>
background-color css
<style>
a { background-color: #027355; }
a { background-color: rgb(2,115,85); }
div.DivClassName
{
background-color: #027355;
}
.BgClassName
{
background-color: #027355;
}
</style>
border-color css
<style>
span { border-color: #027355; }
span { border-color: rgb(2,115,85); }
td.TdClassName
{
border-color: #027355;
}
.TagClassName
{
border-color: #027355;
}
</style>