#087A8E

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

Shades of Teal #087A8E

Tints of Teal #087A8E

Color information

#087A8E (or 0x087A8E) is unknown color: approx Teal. HEX triplet: 08, 7A and 8E. RGB value is (8,122,142). Sum of RGB (Red+Green+Blue) = 8+122+142=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #087A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A8E is #F78571. Grayscale: #5A5A5A. Windows color (decimal): -16221554 or 9337352. OLE color: 9337352.

HSL color Cylindrical-coordinate representation of color #087A8E: hue angle of 188.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087A8E is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8122142-
CMYK0.940.1400.44
HSL188.96º89.33%29.41%-
HSV(B)188.96º94.37%55.69%-
XYZ11.9415.9228.04-
YUV90.19157.2369.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=2.94%
G=44.85%
B=52.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81221420.940.1400.44188.9689.3329.41
Hex87A8E5EE02Cbd591d
Octal101722161361605427513135
Binary100011110101000111010111101110010110010111101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,122,142); }

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

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

 a { background-color: rgb(8,122,142); }

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

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

 span { border-color: rgb(8,122,142); }

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