#067381

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

Shades of Teal #067381

Tints of Teal #067381

Color information

#067381 (or 0x067381) is unknown color: approx Teal. HEX triplet: 06, 73 and 81. RGB value is (6,115,129). Sum of RGB (Red+Green+Blue) = 6+115+129=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #067381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067381 is #F98C7E. Grayscale: #535353. Windows color (decimal): -16354431 or 8483590. OLE color: 8483590.

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

Color convert

RGB6115129-
CMYK0.950.1100.49
HSL186.83º91.11%26.47%-
HSV(B)186.83º95.35%50.59%-
XYZ10.1713.8922.91-
YUV84153.3972.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=2.4%
G=46%
B=51.6%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61151290.950.1100.49186.8391.1126.47
Hex673815FB031bb5b1a
Octal61632011371306127313332
Binary11011100111000000110111111011011000110111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067381; }

 p { color: rgb(6,115,129); }

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

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

 a { background-color: rgb(6,115,129); }

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

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

 span { border-color: rgb(6,115,129); }

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