#077189

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

Shades of Teal #077189

Tints of Teal #077189

Color information

#077189 (or 0x077189) is unknown color: approx Teal. HEX triplet: 07, 71 and 89. RGB value is (7,113,137). Sum of RGB (Red+Green+Blue) = 7+113+137=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #077189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077189 is #F88E76. Grayscale: #535353. Windows color (decimal): -16289399 or 9007367. OLE color: 9007367.

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

Color convert

RGB7113137-
CMYK0.950.1800.46
HSL191.08º90.28%28.24%-
HSV(B)191.08º94.89%53.73%-
XYZ10.5113.6625.75-
YUV84.04157.8873.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=2.72%
G=43.97%
B=53.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71131370.950.1800.46191.0890.2828.24
Hex771895F1202Ebf5a1c
Octal71612111372205627713234
Binary111111000110001001101111110010010111010111111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077189; }

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

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

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

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

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

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

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

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