#068080

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

Shades of Teal #068080

Tints of Teal #068080

Color information

#068080 (or 0x068080) is unknown color: approx Teal. HEX triplet: 06, 80 and 80. RGB value is (6,128,128). Sum of RGB (Red+Green+Blue) = 6+128+128=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #068080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068080 is #F97F7F. Grayscale: #5B5B5B. Windows color (decimal): -16351104 or 8421382. OLE color: 8421382.

HSL color Cylindrical-coordinate representation of color #068080: hue angle of 180º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068080 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6128128-
CMYK0.95000.50
HSL180º91.04%26.27%-
HSV(B)180º95.31%50.2%-
XYZ11.6917.0423.09-
YUV91.52148.5867-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=2.29%
G=48.85%
B=48.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61281280.95000.5018091.0426.27
Hex680805F0032b45b1a
Octal6200200137006226413332
Binary110100000001000000010111110011001010110100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068080; }

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

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

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

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

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

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

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

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