#086C50

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

Shades of Watercourse #086C50

Tints of Watercourse #086C50

Color information

#086C50 (or 0x086C50) is unknown color: approx Watercourse. HEX triplet: 08, 6C and 50. RGB value is (8,108,80). Sum of RGB (Red+Green+Blue) = 8+108+80=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #086C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C50 is #F793AF. Grayscale: #4A4A4A. Windows color (decimal): -16225200 or 5270536. OLE color: 5270536.

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

Color convert

RGB810880-
CMYK0.9300.260.58
HSL163.2º86.21%22.75%-
HSV(B)163.2º92.59%42.35%-
XYZ6.9111.369.42-
YUV74.91130.8780.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=4.08%
G=55.10%
B=40.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8108800.9300.260.58163.286.2122.75
Hex86C505D01A3Aa35617
Octal101541201350327224312627
Binary100011011001010000101110101101011101010100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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