#06708A

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

Shades of Teal #06708A

Tints of Teal #06708A

Color information

#06708A (or 0x06708A) is unknown color: approx Teal. HEX triplet: 06, 70 and 8A. RGB value is (6,112,138). Sum of RGB (Red+Green+Blue) = 6+112+138=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #06708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06708A is #F98F75. Grayscale: #535353. Windows color (decimal): -16355190 or 9072646. OLE color: 9072646.

HSL color Cylindrical-coordinate representation of color #06708A: hue angle of 191.82º 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 #06708A is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6112138-
CMYK0.960.1900.46
HSL191.82º91.67%28.24%-
HSV(B)191.82º95.65%54.12%-
XYZ10.4613.4626.09-
YUV83.27158.8872.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=2.34%
G=43.75%
B=53.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61121380.960.1900.46191.8291.6728.24
Hex6708A601302Ec05c1c
Octal61602121402305630013434
Binary110111000010001010110000010011010111011000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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