#067980

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

Shades of Teal #067980

Tints of Teal #067980

Color information

#067980 (or 0x067980) is unknown color: approx Teal. HEX triplet: 06, 79 and 80. RGB value is (6,121,128). Sum of RGB (Red+Green+Blue) = 6+121+128=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #067980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067980 is #F9867F. Grayscale: #575757. Windows color (decimal): -16352896 or 8419590. OLE color: 8419590.

HSL color Cylindrical-coordinate representation of color #067980: hue angle of 183.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067980 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6121128-
CMYK0.950.0500.50
HSL183.44º91.04%26.27%-
HSV(B)183.44º95.31%50.2%-
XYZ10.8115.2722.8-
YUV87.41150.969.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=2.35%
G=47.45%
B=50.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61211280.950.0500.50183.4491.0426.27
Hex679805F5032b75b1a
Octal6171200137506226713332
Binary1101111001100000001011111101011001010110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067980; }

 p { color: rgb(6,121,128); }

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

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

 a { background-color: rgb(6,121,128); }

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

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

 span { border-color: rgb(6,121,128); }

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