#016F8B

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

Shades of Teal #016F8B

Tints of Teal #016F8B

Color information

#016F8B (or 0x016F8B) is unknown color: approx Teal. HEX triplet: 01, 6F and 8B. RGB value is (1,111,139). Sum of RGB (Red+Green+Blue) = 1+111+139=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #016F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F8B is #FE9074. Grayscale: #515151. Windows color (decimal): -16683125 or 9137921. OLE color: 9137921.

HSL color Cylindrical-coordinate representation of color #016F8B: hue angle of 192.17º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F8B is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1111139-
CMYK0.990.2000.45
HSL192.17º98.57%27.45%-
HSV(B)192.17º99.28%54.51%-
XYZ10.3613.2426.44-
YUV81.3160.5670.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=0.40%
G=44.22%
B=55.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11111390.990.2000.45192.1798.5727.45
Hex16F8B631402Dc0631b
Octal11572131432405530014333
Binary1110111110001011110001110100010110111000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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