#087486

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

Shades of Teal #087486

Tints of Teal #087486

Color information

#087486 (or 0x087486) is unknown color: approx Teal. HEX triplet: 08, 74 and 86. RGB value is (8,116,134). Sum of RGB (Red+Green+Blue) = 8+116+134=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #087486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087486 is #F78B79. Grayscale: #555555. Windows color (decimal): -16223098 or 8811528. OLE color: 8811528.

HSL color Cylindrical-coordinate representation of color #087486: hue angle of 188.57º 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 #087486 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8116134-
CMYK0.940.1300.47
HSL188.57º88.73%27.84%-
HSV(B)188.57º94.03%52.55%-
XYZ10.6514.2624.75-
YUV85.76155.2272.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=3.10%
G=44.96%
B=51.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81161340.940.1300.47188.5788.7327.84
Hex874865ED02Fbd591c
Octal101642061361505727513134
Binary100011101001000011010111101101010111110111101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087486; }

 p { color: rgb(8,116,134); }

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

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

 a { background-color: rgb(8,116,134); }

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

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

 span { border-color: rgb(8,116,134); }

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