#068A7F

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

Shades of Teal #068A7F

Tints of Teal #068A7F

Color information

#068A7F (or 0x068A7F) is unknown color: approx Teal. HEX triplet: 06, 8A and 7F. RGB value is (6,138,127). Sum of RGB (Red+Green+Blue) = 6+138+127=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #068A7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A7F is #F97580. Grayscale: #616161. Windows color (decimal): -16348545 or 8358406. OLE color: 8358406.

HSL color Cylindrical-coordinate representation of color #068A7F: hue angle of 175º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A7F is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB6138127-
CMYK0.9600.080.46
HSL175º91.67%28.24%-
HSV(B)175º95.65%54.12%-
XYZ12.9919.7523.21-
YUV97.28144.7762.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 127 (50% from 255) = 46.86%
R=2.21%
G=50.92%
B=46.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61381270.9600.080.4617591.6728.24
Hex68A7F60082Eaf5c1c
Octal62121771400105625713434
Binary11010001010111111111000000100010111010101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068A7F; }

 p { color: rgb(6,138,127); }

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

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

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

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

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

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

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