#087f7c

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

Shades of Teal #087F7C

Tints of Teal #087F7C

Color information

#087F7C (or 0x087F7C) is unknown color: approx Teal. HEX triplet: 08, 7F and 7C. RGB value is (8,127,124). Sum of RGB (Red+Green+Blue) = 8+127+124=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #087F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F7C is #F78083. Grayscale: #5A5A5A. Windows color (decimal): -16220292 or 8158984. OLE color: 8158984.

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

Color convert

RGB8127124-
CMYK0.9400.020.50
HSL178.49º88.15%26.47%-
HSV(B)178.49º93.7%49.8%-
XYZ11.3316.6921.69-
YUV91.08146.5868.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.09%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=3.09%
G=49.03%
B=47.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81271240.9400.020.50178.4988.1526.47
Hex87F7C5E0232b2581a
Octal10177174136026226213032
Binary100011111111111100101111001011001010110010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,127,124); }

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

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

 a { background-color: rgb(8,127,124); }

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

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

 span { border-color: rgb(8,127,124); }

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