#07768B

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

Shades of Teal #07768B

Tints of Teal #07768B

Color information

#07768B (or 0x07768B) is unknown color: approx Teal. HEX triplet: 07, 76 and 8B. RGB value is (7,118,139). Sum of RGB (Red+Green+Blue) = 7+118+139=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #07768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07768B is #F88974. Grayscale: #575757. Windows color (decimal): -16288117 or 9139719. OLE color: 9139719.

HSL color Cylindrical-coordinate representation of color #07768B: hue angle of 189.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07768B is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7118139-
CMYK0.950.1500.45
HSL189.55º90.41%28.63%-
HSV(B)189.55º94.96%54.51%-
XYZ11.2314.8726.7-
YUV87.2157.2370.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=2.65%
G=44.70%
B=52.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71181390.950.1500.45189.5590.4128.63
Hex7768B5FF02Dbe5a1d
Octal71662131371705527613235
Binary11111101101000101110111111111010110110111110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07768B; }

 p { color: rgb(7,118,139); }

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

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

 a { background-color: rgb(7,118,139); }

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

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

 span { border-color: rgb(7,118,139); }

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