#017C50

Color #017C50 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #017C50

Tints of Watercourse #017C50

Color information

#017C50 (or 0x017C50) is unknown color: approx Watercourse. HEX triplet: 01, 7C and 50. RGB value is (1,124,80). Sum of RGB (Red+Green+Blue) = 1+124+80=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #017C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C50 is #FE83AF. Grayscale: #525252. Windows color (decimal): -16679856 or 5274625. OLE color: 5274625.

HSL color Cylindrical-coordinate representation of color #017C50: hue angle of 158.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C50 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB112480-
CMYK0.9900.350.51
HSL158.54º98.4%24.51%-
HSV(B)158.54º99.19%48.63%-
XYZ8.671510.03-
YUV82.21126.7570.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=0.49%
G=60.49%
B=39.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1124800.9900.350.51158.5498.424.51
Hex17C5063023339f6219
Octal11741201430436323714231
Binary1111110010100001100011010001111001110011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017C50; }

 p { color: rgb(1,124,80); }

 H1.HeaderClassName
 {
   color: #017C50;
 }
 .AnyTagClassName
 {
   color: #017C50;
 }
</style>
background-color css

<style>
 a { background-color: #017C50; }

 a { background-color: rgb(1,124,80); }

 div.DivClassName
 {
   background-color: #017C50;
 }
 .BgClassName
 {
   background-color: #017C50;
 }
</style>
border-color css

<style>
 span { border-color: #017C50; }

 span { border-color: rgb(1,124,80); }

 td.TdClassName
 {
   border-color: #017C50;
 }
 .TagClassName
 {
   border-color: #017C50;
 }
</style>