#067284

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

Shades of Teal #067284

Tints of Teal #067284

Color information

#067284 (or 0x067284) is unknown color: approx Teal. HEX triplet: 06, 72 and 84. RGB value is (6,114,132). Sum of RGB (Red+Green+Blue) = 6+114+132=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #067284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067284 is #F98D7B. Grayscale: #535353. Windows color (decimal): -16354684 or 8679942. OLE color: 8679942.

HSL color Cylindrical-coordinate representation of color #067284: hue angle of 188.57º 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 #067284 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6114132-
CMYK0.950.1400.48
HSL188.57º91.3%27.06%-
HSV(B)188.57º95.45%51.76%-
XYZ10.2613.7423.94-
YUV83.76155.2272.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=2.38%
G=45.24%
B=52.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61141320.950.1400.48188.5791.327.06
Hex672845FE030bd5b1b
Octal61622041371606027513333
Binary11011100101000010010111111110011000010111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067284; }

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

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

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

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

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

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

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

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