#067482

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

Shades of Teal #067482

Tints of Teal #067482

Color information

#067482 (or 0x067482) is unknown color: approx Teal. HEX triplet: 06, 74 and 82. RGB value is (6,116,130). Sum of RGB (Red+Green+Blue) = 6+116+130=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #067482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067482 is #F98B7D. Grayscale: #545454. Windows color (decimal): -16354174 or 8549382. OLE color: 8549382.

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

Color convert

RGB6116130-
CMYK0.950.1100.49
HSL186.77º91.18%26.67%-
HSV(B)186.77º95.38%50.98%-
XYZ10.3514.1423.3-
YUV84.71153.5671.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=2.38%
G=46.03%
B=51.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61161300.950.1100.49186.7791.1826.67
Hex674825FB031bb5b1b
Octal61642021371306127313333
Binary11011101001000001010111111011011000110111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067482; }

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

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

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

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

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

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

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

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