#016D51

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

Shades of Watercourse #016D51

Tints of Watercourse #016D51

Color information

#016D51 (or 0x016D51) is unknown color: approx Watercourse. HEX triplet: 01, 6D and 51. RGB value is (1,109,81). Sum of RGB (Red+Green+Blue) = 1+109+81=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #016D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D51 is #FE92AE. Grayscale: #494949. Windows color (decimal): -16683695 or 5336321. OLE color: 5336321.

HSL color Cylindrical-coordinate representation of color #016D51: hue angle of 164.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D51 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB110981-
CMYK0.9900.260.57
HSL164.44º98.18%21.57%-
HSV(B)164.44º99.08%42.75%-
XYZ6.9711.549.64-
YUV73.52132.2276.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 109 (42.97% from 255) = 57.07%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=0.52%
G=57.07%
B=42.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109810.9900.260.57164.4498.1821.57
Hex16D516301A39a46216
Octal11551211430327124414226
Binary111011011010001110001101101011100110100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,109,81); }

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

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

 a { background-color: rgb(1,109,81); }

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

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

 span { border-color: rgb(1,109,81); }

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