#068A7E

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

Shades of Teal #068A7E

Tints of Teal #068A7E

Color information

#068A7E (or 0x068A7E) is unknown color: approx Teal. HEX triplet: 06, 8A and 7E. RGB value is (6,138,126). Sum of RGB (Red+Green+Blue) = 6+138+126=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #068A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A7E is #F97581. Grayscale: #616161. Windows color (decimal): -16348546 or 8292870. OLE color: 8292870.

HSL color Cylindrical-coordinate representation of color #068A7E: hue angle of 174.55º 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 #068A7E is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB6138126-
CMYK0.9600.090.46
HSL174.55º91.67%28.24%-
HSV(B)174.55º95.65%54.12%-
XYZ12.9319.7222.86-
YUV97.16144.2762.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.22%
GREEN value IS 138 (54.30% from 255) = 51.11%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=2.22%
G=51.11%
B=46.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61381260.9600.090.46174.5591.6728.24
Hex68A7E60092Eaf5c1c
Octal62121761400115625713434
Binary11010001010111111011000000100110111010101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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