#067586

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

Shades of Teal #067586

Tints of Teal #067586

Color information

#067586 (or 0x067586) is unknown color: approx Teal. HEX triplet: 06, 75 and 86. RGB value is (6,117,134). Sum of RGB (Red+Green+Blue) = 6+117+134=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #067586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067586 is #F98A79. Grayscale: #555555. Windows color (decimal): -16353914 or 8811782. OLE color: 8811782.

HSL color Cylindrical-coordinate representation of color #067586: hue angle of 187.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067586 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6117134-
CMYK0.960.1300.47
HSL187.97º91.43%27.45%-
HSV(B)187.97º95.52%52.55%-
XYZ10.7414.4824.78-
YUV85.75155.2371.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=2.33%
G=45.53%
B=52.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61171340.960.1300.47187.9791.4327.45
Hex6758660D02Fbc5b1b
Octal61652061401505727413333
Binary11011101011000011011000001101010111110111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067586; }

 p { color: rgb(6,117,134); }

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

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

 a { background-color: rgb(6,117,134); }

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

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

 span { border-color: rgb(6,117,134); }

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