#06768A

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

Shades of Teal #06768A

Tints of Teal #06768A

Color information

#06768A (or 0x06768A) is unknown color: approx Teal. HEX triplet: 06, 76 and 8A. RGB value is (6,118,138). Sum of RGB (Red+Green+Blue) = 6+118+138=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #06768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06768A is #F98975. Grayscale: #565656. Windows color (decimal): -16353654 or 9074182. OLE color: 9074182.

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

Color convert

RGB6118138-
CMYK0.960.1400.46
HSL189.09º91.67%28.24%-
HSV(B)189.09º95.65%54.12%-
XYZ11.1414.8326.32-
YUV86.79156.8970.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=2.29%
G=45.04%
B=52.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61181380.960.1400.46189.0991.6728.24
Hex6768A60E02Ebd5c1c
Octal61662121401605627513434
Binary11011101101000101011000001110010111010111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06768A; }

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

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

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

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

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

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

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

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