#077B82

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

Shades of Teal #077B82

Tints of Teal #077B82

Color information

#077B82 (or 0x077B82) is unknown color: approx Teal. HEX triplet: 07, 7B and 82. RGB value is (7,123,130). Sum of RGB (Red+Green+Blue) = 7+123+130=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #077B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B82 is #F8847D. Grayscale: #585858. Windows color (decimal): -16286846 or 8551175. OLE color: 8551175.

HSL color Cylindrical-coordinate representation of color #077B82: hue angle of 183.41º 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 #077B82 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7123130-
CMYK0.950.0500.49
HSL183.41º89.78%26.86%-
HSV(B)183.41º94.62%50.98%-
XYZ11.215.8223.58-
YUV89.11151.0769.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.69%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 130 (51.17% from 255) = 50%
R=2.69%
G=47.31%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71231300.950.0500.49183.4189.7826.86
Hex77B825F5031b75a1b
Octal7173202137506126713233
Binary1111111011100000101011111101011000110110111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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