#077D8D

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

Shades of Teal #077D8D

Tints of Teal #077D8D

Color information

#077D8D (or 0x077D8D) is unknown color: approx Teal. HEX triplet: 07, 7D and 8D. RGB value is (7,125,141). Sum of RGB (Red+Green+Blue) = 7+125+141=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #077D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D8D is #F88272. Grayscale: #5B5B5B. Windows color (decimal): -16286323 or 9272583. OLE color: 9272583.

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

Color convert

RGB7125141-
CMYK0.950.1100.45
HSL187.16º90.54%29.02%-
HSV(B)187.16º95.04%55.29%-
XYZ12.2316.6427.77-
YUV91.54155.9167.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=2.56%
G=45.79%
B=51.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71251410.950.1100.45187.1690.5429.02
Hex77D8D5FB02Dbb5b1d
Octal71752151371305527313335
Binary11111111011000110110111111011010110110111011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,125,141); }

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

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

 a { background-color: rgb(7,125,141); }

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

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

 span { border-color: rgb(7,125,141); }

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