#077082

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

Shades of Teal #077082

Tints of Teal #077082

Color information

#077082 (or 0x077082) is unknown color: approx Teal. HEX triplet: 07, 70 and 82. RGB value is (7,112,130). Sum of RGB (Red+Green+Blue) = 7+112+130=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #077082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077082 is #F88F7D. Grayscale: #525252. Windows color (decimal): -16289662 or 8548359. OLE color: 8548359.

HSL color Cylindrical-coordinate representation of color #077082: hue angle of 188.78º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077082 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7112130-
CMYK0.950.1400.49
HSL188.78º89.78%26.86%-
HSV(B)188.78º94.62%50.98%-
XYZ9.9113.2523.15-
YUV82.66154.7174.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.81%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=2.81%
G=44.98%
B=52.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71121300.950.1400.49188.7889.7826.86
Hex770825FE031bd5a1b
Octal71602021371606127513233
Binary11111100001000001010111111110011000110111101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077082; }

 p { color: rgb(7,112,130); }

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

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

 a { background-color: rgb(7,112,130); }

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

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

 span { border-color: rgb(7,112,130); }

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