#087987

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

Shades of Teal #087987

Tints of Teal #087987

Color information

#087987 (or 0x087987) is unknown color: approx Teal. HEX triplet: 08, 79 and 87. RGB value is (8,121,135). Sum of RGB (Red+Green+Blue) = 8+121+135=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #087987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087987 is #F78678. Grayscale: #585858. Windows color (decimal): -16221817 or 8878344. OLE color: 8878344.

HSL color Cylindrical-coordinate representation of color #087987: hue angle of 186.61º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087987 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8121135-
CMYK0.940.1000.47
HSL186.61º88.81%28.04%-
HSV(B)186.61º94.07%52.94%-
XYZ11.3115.4825.31-
YUV88.81154.0670.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.03%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=3.03%
G=45.83%
B=51.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81211350.940.1000.47186.6188.8128.04
Hex879875EA02Fbb591c
Octal101712071361205727313134
Binary100011110011000011110111101010010111110111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087987; }

 p { color: rgb(8,121,135); }

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

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

 a { background-color: rgb(8,121,135); }

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

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

 span { border-color: rgb(8,121,135); }

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