#016F8C

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

Shades of Teal #016F8C

Tints of Teal #016F8C

Color information

#016F8C (or 0x016F8C) is unknown color: approx Teal. HEX triplet: 01, 6F and 8C. RGB value is (1,111,140). Sum of RGB (Red+Green+Blue) = 1+111+140=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #016F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F8C is #FE9073. Grayscale: #515151. Windows color (decimal): -16683124 or 9203457. OLE color: 9203457.

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

Color convert

RGB1111140-
CMYK0.990.2100.45
HSL192.52º98.58%27.65%-
HSV(B)192.52º99.29%54.9%-
XYZ10.4313.2726.82-
YUV81.42161.0670.64-

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.05%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=0.40%
G=44.05%
B=55.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11111400.990.2100.45192.5298.5827.65
Hex16F8C631502Dc1631c
Octal11572141432505530114334
Binary1110111110001100110001110101010110111000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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