#077D89

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

Shades of Teal #077D89

Tints of Teal #077D89

Color information

#077D89 (or 0x077D89) is unknown color: approx Teal. HEX triplet: 07, 7D and 89. RGB value is (7,125,137). Sum of RGB (Red+Green+Blue) = 7+125+137=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #077D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D89 is #F88276. Grayscale: #5A5A5A. Windows color (decimal): -16286327 or 9010439. OLE color: 9010439.

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

Color convert

RGB7125137-
CMYK0.950.0900.46
HSL185.54º90.28%28.24%-
HSV(B)185.54º94.89%53.73%-
XYZ11.9416.5226.23-
YUV91.09153.9168.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.60%
GREEN value IS 125 (49.22% from 255) = 46.47%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=2.60%
G=46.47%
B=50.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71251370.950.0900.46185.5490.2828.24
Hex77D895F902Eba5a1c
Octal71752111371105627213234
Binary11111111011000100110111111001010111010111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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