#067485

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

Shades of Teal #067485

Tints of Teal #067485

Color information

#067485 (or 0x067485) is unknown color: approx Teal. HEX triplet: 06, 74 and 85. RGB value is (6,116,133). Sum of RGB (Red+Green+Blue) = 6+116+133=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #067485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067485 is #F98B7A. Grayscale: #545454. Windows color (decimal): -16354171 or 8745990. OLE color: 8745990.

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

Color convert

RGB6116133-
CMYK0.950.1300.48
HSL188.03º91.37%27.25%-
HSV(B)188.03º95.49%52.16%-
XYZ10.5514.2224.38-
YUV85.05155.0671.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=2.35%
G=45.49%
B=52.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61161330.950.1300.48188.0391.3727.25
Hex674855FD030bc5b1b
Octal61642051371506027413333
Binary11011101001000010110111111101011000010111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067485; }

 p { color: rgb(6,116,133); }

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

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

 a { background-color: rgb(6,116,133); }

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

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

 span { border-color: rgb(6,116,133); }

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