#087D80

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

Shades of Teal #087D80

Tints of Teal #087D80

Color information

#087D80 (or 0x087D80) is unknown color: approx Teal. HEX triplet: 08, 7D and 80. RGB value is (8,125,128). Sum of RGB (Red+Green+Blue) = 8+125+128=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #087D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D80 is #F7827F. Grayscale: #5A5A5A. Windows color (decimal): -16220800 or 8420616. OLE color: 8420616.

HSL color Cylindrical-coordinate representation of color #087D80: hue angle of 181.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D80 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8125128-
CMYK0.940.0200.50
HSL181.5º88.24%26.67%-
HSV(B)181.5º93.75%50.2%-
XYZ11.3316.2822.97-
YUV90.36149.2469.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.07%
GREEN value IS 125 (49.22% from 255) = 47.89%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=3.07%
G=47.89%
B=49.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81251280.940.0200.50181.588.2426.67
Hex87D805E2032b6581b
Octal10175200136206226613033
Binary1000111110110000000101111010011001010110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087D80; }

 p { color: rgb(8,125,128); }

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

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

 a { background-color: rgb(8,125,128); }

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

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

 span { border-color: rgb(8,125,128); }

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