#06758E

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

Shades of Teal #06758E

Tints of Teal #06758E

Color information

#06758E (or 0x06758E) is unknown color: approx Teal. HEX triplet: 06, 75 and 8E. RGB value is (6,117,142). Sum of RGB (Red+Green+Blue) = 6+117+142=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #06758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06758E is #F98A71. Grayscale: #565656. Windows color (decimal): -16353906 or 9336070. OLE color: 9336070.

HSL color Cylindrical-coordinate representation of color #06758E: hue angle of 191.03º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06758E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6117142-
CMYK0.960.1800.44
HSL191.03º91.89%29.02%-
HSV(B)191.03º95.77%55.69%-
XYZ11.3214.7127.83-
YUV86.66159.2370.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=2.26%
G=44.15%
B=53.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61171420.960.1800.44191.0391.8929.02
Hex6758E601202Cbf5c1d
Octal61652161402205427713435
Binary110111010110001110110000010010010110010111111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06758E; }

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

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

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

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

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

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

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

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