#067282

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

Shades of Teal #067282

Tints of Teal #067282

Color information

#067282 (or 0x067282) is unknown color: approx Teal. HEX triplet: 06, 72 and 82. RGB value is (6,114,130). Sum of RGB (Red+Green+Blue) = 6+114+130=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #067282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067282 is #F98D7D. Grayscale: #535353. Windows color (decimal): -16354686 or 8548870. OLE color: 8548870.

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

Color convert

RGB6114130-
CMYK0.950.1200.49
HSL187.74º91.18%26.67%-
HSV(B)187.74º95.38%50.98%-
XYZ10.1213.6923.23-
YUV83.53154.2272.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 130 (51.17% from 255) = 52%
R=2.4%
G=45.6%
B=52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61141300.950.1200.49187.7491.1826.67
Hex672825FC031bc5b1b
Octal61622021371406127413333
Binary11011100101000001010111111100011000110111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067282; }

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

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

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

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

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

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

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

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