#068680

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

Shades of Teal #068680

Tints of Teal #068680

Color information

#068680 (or 0x068680) is unknown color: approx Teal. HEX triplet: 06, 86 and 80. RGB value is (6,134,128). Sum of RGB (Red+Green+Blue) = 6+134+128=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #068680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068680 is #F9797F. Grayscale: #5E5E5E. Windows color (decimal): -16349568 or 8422918. OLE color: 8422918.

HSL color Cylindrical-coordinate representation of color #068680: hue angle of 177.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068680 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB6134128-
CMYK0.9600.040.47
HSL177.19º91.43%27.45%-
HSV(B)177.19º95.52%52.55%-
XYZ12.518.6523.36-
YUV95.04146.5964.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.24%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=2.24%
G=50%
B=47.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61341280.9600.040.47177.1991.4327.45
Hex6868060042Fb15b1b
Octal6206200140045726113333
Binary11010000110100000001100000010010111110110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068680; }

 p { color: rgb(6,134,128); }

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

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

 a { background-color: rgb(6,134,128); }

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

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

 span { border-color: rgb(6,134,128); }

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