#077A8E

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

Shades of Teal #077A8E

Tints of Teal #077A8E

Color information

#077A8E (or 0x077A8E) is unknown color: approx Teal. HEX triplet: 07, 7A and 8E. RGB value is (7,122,142). Sum of RGB (Red+Green+Blue) = 7+122+142=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #077A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8E is #F88571. Grayscale: #595959. Windows color (decimal): -16287090 or 9337351. OLE color: 9337351.

HSL color Cylindrical-coordinate representation of color #077A8E: hue angle of 188.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A8E is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7122142-
CMYK0.950.1400.44
HSL188.89º90.6%29.22%-
HSV(B)188.89º95.07%55.69%-
XYZ11.9315.9228.03-
YUV89.9157.468.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.58%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=2.58%
G=45.02%
B=52.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71221420.950.1400.44188.8990.629.22
Hex77A8E5FE02Cbd5b1d
Octal71722161371605427513335
Binary11111110101000111010111111110010110010111101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,122,142); }

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

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

 a { background-color: rgb(7,122,142); }

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

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

 span { border-color: rgb(7,122,142); }

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