#016F80

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

Shades of Teal #016F80

Tints of Teal #016F80

Color information

#016F80 (or 0x016F80) is unknown color: approx Teal. HEX triplet: 01, 6F and 80. RGB value is (1,111,128). Sum of RGB (Red+Green+Blue) = 1+111+128=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #016F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F80 is #FE907F. Grayscale: #4F4F4F. Windows color (decimal): -16683136 or 8417025. OLE color: 8417025.

HSL color Cylindrical-coordinate representation of color #016F80: hue angle of 188.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F80 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1111128-
CMYK0.990.1300.50
HSL188.03º98.45%25.29%-
HSV(B)188.03º99.22%50.2%-
XYZ9.5912.9322.41-
YUV80.05155.0671.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=0.42%
G=46.25%
B=53.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11111280.990.1300.50188.0398.4525.29
Hex16F8063D032bc6219
Octal11572001431506227414231
Binary111011111000000011000111101011001010111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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