#06708D

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

Shades of Teal #06708D

Tints of Teal #06708D

Color information

#06708D (or 0x06708D) is unknown color: approx Teal. HEX triplet: 06, 70 and 8D. RGB value is (6,112,141). Sum of RGB (Red+Green+Blue) = 6+112+141=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #06708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06708D is #F98F72. Grayscale: #535353. Windows color (decimal): -16355187 or 9269254. OLE color: 9269254.

HSL color Cylindrical-coordinate representation of color #06708D: hue angle of 192.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06708D is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6112141-
CMYK0.960.2100.45
HSL192.89º91.84%28.82%-
HSV(B)192.89º95.74%55.29%-
XYZ10.6813.5527.25-
YUV83.61160.3872.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=2.32%
G=43.24%
B=54.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61121410.960.2100.45192.8991.8428.82
Hex6708D601502Dc15c1d
Octal61602151402505530113435
Binary110111000010001101110000010101010110111000001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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