#077589

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

Shades of Teal #077589

Tints of Teal #077589

Color information

#077589 (or 0x077589) is unknown color: approx Teal. HEX triplet: 07, 75 and 89. RGB value is (7,117,137). Sum of RGB (Red+Green+Blue) = 7+117+137=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #077589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077589 is #F88A76. Grayscale: #565656. Windows color (decimal): -16288375 or 9008391. OLE color: 9008391.

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

Color convert

RGB7117137-
CMYK0.950.1500.46
HSL189.23º90.28%28.24%-
HSV(B)189.23º94.89%53.73%-
XYZ10.9614.5725.9-
YUV86.39156.5671.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=2.68%
G=44.83%
B=52.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71171370.950.1500.46189.2390.2828.24
Hex775895FF02Ebd5a1c
Octal71652111371705627513234
Binary11111101011000100110111111111010111010111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077589; }

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

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

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

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

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

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

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

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