#06728E

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

Shades of Teal #06728E

Tints of Teal #06728E

Color information

#06728E (or 0x06728E) is unknown color: approx Teal. HEX triplet: 06, 72 and 8E. RGB value is (6,114,142). Sum of RGB (Red+Green+Blue) = 6+114+142=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #06728E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06728E is #F98D71. Grayscale: #545454. Windows color (decimal): -16354674 or 9335302. OLE color: 9335302.

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

Color convert

RGB6114142-
CMYK0.960.2000.44
HSL192.35º91.89%29.02%-
HSV(B)192.35º95.77%55.69%-
XYZ10.9714.0327.72-
YUV84.9160.2271.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=2.29%
G=43.51%
B=54.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61141420.960.2000.44192.3591.8929.02
Hex6728E601402Cc05c1d
Octal61622161402405430013435
Binary110111001010001110110000010100010110011000000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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