#077B89

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

Shades of Teal #077B89

Tints of Teal #077B89

Color information

#077B89 (or 0x077B89) is unknown color: approx Teal. HEX triplet: 07, 7B and 89. RGB value is (7,123,137). Sum of RGB (Red+Green+Blue) = 7+123+137=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #077B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B89 is #F88476. Grayscale: #595959. Windows color (decimal): -16286839 or 9009927. OLE color: 9009927.

HSL color Cylindrical-coordinate representation of color #077B89: hue angle of 186.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077B89 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7123137-
CMYK0.950.1000.46
HSL186.46º90.28%28.24%-
HSV(B)186.46º94.89%53.73%-
XYZ11.6916.0226.14-
YUV89.91154.5768.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=2.62%
G=46.07%
B=51.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71231370.950.1000.46186.4690.2828.24
Hex77B895FA02Eba5a1c
Octal71732111371205627213234
Binary11111110111000100110111111010010111010111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,123,137); }

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

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

 a { background-color: rgb(7,123,137); }

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

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

 span { border-color: rgb(7,123,137); }

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