#06718D

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

Shades of Teal #06718D

Tints of Teal #06718D

Color information

#06718D (or 0x06718D) is unknown color: approx Teal. HEX triplet: 06, 71 and 8D. RGB value is (6,113,141). Sum of RGB (Red+Green+Blue) = 6+113+141=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #06718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06718D is #F98E72. Grayscale: #535353. Windows color (decimal): -16354931 or 9269510. OLE color: 9269510.

HSL color Cylindrical-coordinate representation of color #06718D: hue angle of 192.44º 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 #06718D is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6113141-
CMYK0.960.2000.45
HSL192.44º91.84%28.82%-
HSV(B)192.44º95.74%55.29%-
XYZ10.7913.7727.29-
YUV84.2160.0572.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=2.31%
G=43.46%
B=54.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61131410.960.2000.45192.4491.8428.82
Hex6718D601402Dc05c1d
Octal61612151402405530013435
Binary110111000110001101110000010100010110111000000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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