#06738A

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

Shades of Teal #06738A

Tints of Teal #06738A

Color information

#06738A (or 0x06738A) is unknown color: approx Teal. HEX triplet: 06, 73 and 8A. RGB value is (6,115,138). Sum of RGB (Red+Green+Blue) = 6+115+138=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #06738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06738A is #F98C75. Grayscale: #545454. Windows color (decimal): -16354422 or 9073414. OLE color: 9073414.

HSL color Cylindrical-coordinate representation of color #06738A: hue angle of 190.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06738A is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6115138-
CMYK0.960.1700.46
HSL190.45º91.67%28.24%-
HSV(B)190.45º95.65%54.12%-
XYZ10.7914.1426.2-
YUV85.03157.8971.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=2.32%
G=44.40%
B=53.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61151380.960.1700.46190.4591.6728.24
Hex6738A601102Ebe5c1c
Octal61632121402105627613434
Binary110111001110001010110000010001010111010111110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06738A; }

 p { color: rgb(6,115,138); }

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

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

 a { background-color: rgb(6,115,138); }

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

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

 span { border-color: rgb(6,115,138); }

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