#077E8B

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

Shades of Teal #077E8B

Tints of Teal #077E8B

Color information

#077E8B (or 0x077E8B) is unknown color: approx Teal. HEX triplet: 07, 7E and 8B. RGB value is (7,126,139). Sum of RGB (Red+Green+Blue) = 7+126+139=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #077E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E8B is #F88174. Grayscale: #5B5B5B. Windows color (decimal): -16286069 or 9141767. OLE color: 9141767.

HSL color Cylindrical-coordinate representation of color #077E8B: hue angle of 185.91º 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 #077E8B is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7126139-
CMYK0.950.0900.45
HSL185.91º90.41%28.63%-
HSV(B)185.91º94.96%54.51%-
XYZ12.2116.8327.03-
YUV91.9154.5867.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.57%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=2.57%
G=46.32%
B=51.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71261390.950.0900.45185.9190.4128.63
Hex77E8B5F902Dba5a1d
Octal71762131371105527213235
Binary11111111101000101110111111001010110110111010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077E8B; }

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

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

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

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

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

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

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

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