#016F55

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

Shades of Watercourse #016F55

Tints of Watercourse #016F55

Color information

#016F55 (or 0x016F55) is unknown color: approx Watercourse. HEX triplet: 01, 6F and 55. RGB value is (1,111,85). Sum of RGB (Red+Green+Blue) = 1+111+85=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #016F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F55 is #FE90AA. Grayscale: #4B4B4B. Windows color (decimal): -16683179 or 5598977. OLE color: 5598977.

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

Color convert

RGB111185-
CMYK0.9900.230.56
HSL165.82º98.21%21.96%-
HSV(B)165.82º99.1%43.53%-
XYZ7.3412.0310.53-
YUV75.15133.5675.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=0.51%
G=56.35%
B=43.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111850.9900.230.56165.8298.2121.96
Hex16F556301738a66216
Octal11571251430277024614226
Binary111011111010101110001101011111100010100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,111,85); }

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

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

 a { background-color: rgb(1,111,85); }

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

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

 span { border-color: rgb(1,111,85); }

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