#016C4C

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

Shades of Watercourse #016C4C

Tints of Watercourse #016C4C

Color information

#016C4C (or 0x016C4C) is unknown color: approx Watercourse. HEX triplet: 01, 6C and 4C. RGB value is (1,108,76). Sum of RGB (Red+Green+Blue) = 1+108+76=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #016C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C4C is #FE93B3. Grayscale: #484848. Windows color (decimal): -16683956 or 5008385. OLE color: 5008385.

HSL color Cylindrical-coordinate representation of color #016C4C: hue angle of 162.06º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C4C is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB110876-
CMYK0.9900.300.58
HSL162.06º98.17%21.37%-
HSV(B)162.06º99.07%42.35%-
XYZ6.6811.258.66-
YUV72.36130.0577.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 108 (42.58% from 255) = 58.38%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=0.54%
G=58.38%
B=41.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108760.9900.300.58162.0698.1721.37
Hex16C4C6301E3Aa26215
Octal11541141430367224214225
Binary111011001001100110001101111011101010100010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016C4C; }

 p { color: rgb(1,108,76); }

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

<style>
 a { background-color: #016C4C; }

 a { background-color: rgb(1,108,76); }

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

<style>
 span { border-color: #016C4C; }

 span { border-color: rgb(1,108,76); }

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