#067D8B

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

Shades of Teal #067D8B

Tints of Teal #067D8B

Color information

#067D8B (or 0x067D8B) is unknown color: approx Teal. HEX triplet: 06, 7D and 8B. RGB value is (6,125,139). Sum of RGB (Red+Green+Blue) = 6+125+139=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #067D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067D8B is #F98274. Grayscale: #5A5A5A. Windows color (decimal): -16351861 or 9141510. OLE color: 9141510.

HSL color Cylindrical-coordinate representation of color #067D8B: hue angle of 186.32º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067D8B is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6125139-
CMYK0.960.1000.45
HSL186.32º91.72%28.43%-
HSV(B)186.32º95.68%54.51%-
XYZ12.0716.5726.99-
YUV91.02155.0867.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.22%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=2.22%
G=46.30%
B=51.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61251390.960.1000.45186.3291.7228.43
Hex67D8B60A02Dba5c1c
Octal61752131401205527213434
Binary11011111011000101111000001010010110110111010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067D8B; }

 p { color: rgb(6,125,139); }

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

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

 a { background-color: rgb(6,125,139); }

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

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

 span { border-color: rgb(6,125,139); }

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