#077289

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

Shades of Teal #077289

Tints of Teal #077289

Color information

#077289 (or 0x077289) is unknown color: approx Teal. HEX triplet: 07, 72 and 89. RGB value is (7,114,137). Sum of RGB (Red+Green+Blue) = 7+114+137=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #077289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077289 is #F88D76. Grayscale: #545454. Windows color (decimal): -16289143 or 9007623. OLE color: 9007623.

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

Color convert

RGB7114137-
CMYK0.950.1700.46
HSL190.62º90.28%28.24%-
HSV(B)190.62º94.89%53.73%-
XYZ10.6213.8925.79-
YUV84.63157.5572.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=2.71%
G=44.19%
B=53.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71141370.950.1700.46190.6290.2828.24
Hex772895F1102Ebf5a1c
Octal71622111372105627713234
Binary111111001010001001101111110001010111010111111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077289; }

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

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

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

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

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

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

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

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