#086E50

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

Shades of Watercourse #086E50

Tints of Watercourse #086E50

Color information

#086E50 (or 0x086E50) is unknown color: approx Watercourse. HEX triplet: 08, 6E and 50. RGB value is (8,110,80). Sum of RGB (Red+Green+Blue) = 8+110+80=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #086E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E50 is #F791AF. Grayscale: #4C4C4C. Windows color (decimal): -16224688 or 5271048. OLE color: 5271048.

HSL color Cylindrical-coordinate representation of color #086E50: hue angle of 162.35º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E50 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB811080-
CMYK0.9300.270.57
HSL162.35º86.44%23.14%-
HSV(B)162.35º92.73%43.14%-
XYZ7.1211.789.49-
YUV76.08130.2179.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=4.04%
G=55.56%
B=40.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8110800.9300.270.57162.3586.4423.14
Hex86E505D01B39a25617
Octal101561201350337124212627
Binary100011011101010000101110101101111100110100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086E50; }

 p { color: rgb(8,110,80); }

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

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

 a { background-color: rgb(8,110,80); }

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

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

 span { border-color: rgb(8,110,80); }

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