#067584

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

Shades of Teal #067584

Tints of Teal #067584

Color information

#067584 (or 0x067584) is unknown color: approx Teal. HEX triplet: 06, 75 and 84. RGB value is (6,117,132). Sum of RGB (Red+Green+Blue) = 6+117+132=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #067584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067584 is #F98A7B. Grayscale: #555555. Windows color (decimal): -16353916 or 8680710. OLE color: 8680710.

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

Color convert

RGB6117132-
CMYK0.950.1100.48
HSL187.14º91.3%27.06%-
HSV(B)187.14º95.45%51.76%-
XYZ10.614.4324.06-
YUV85.52154.2371.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=2.35%
G=45.88%
B=51.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61171320.950.1100.48187.1491.327.06
Hex675845FB030bb5b1b
Octal61652041371306027313333
Binary11011101011000010010111111011011000010111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067584; }

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

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

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

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

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

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

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

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