#067982

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

Shades of Teal #067982

Tints of Teal #067982

Color information

#067982 (or 0x067982) is unknown color: approx Teal. HEX triplet: 06, 79 and 82. RGB value is (6,121,130). Sum of RGB (Red+Green+Blue) = 6+121+130=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #067982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067982 is #F9867D. Grayscale: #575757. Windows color (decimal): -16352894 or 8550662. OLE color: 8550662.

HSL color Cylindrical-coordinate representation of color #067982: hue angle of 184.35º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067982 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6121130-
CMYK0.950.0700.49
HSL184.35º91.18%26.67%-
HSV(B)184.35º95.38%50.98%-
XYZ10.9415.3323.5-
YUV87.64151.969.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=2.33%
G=47.08%
B=50.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61211300.950.0700.49184.3591.1826.67
Hex679825F7031b85b1b
Octal6171202137706127013333
Binary1101111001100000101011111111011000110111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067982; }

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

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

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

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

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

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

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

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