#086B51

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

Shades of Watercourse #086B51

Tints of Watercourse #086B51

Color information

#086B51 (or 0x086B51) is unknown color: approx Watercourse. HEX triplet: 08, 6B and 51. RGB value is (8,107,81). Sum of RGB (Red+Green+Blue) = 8+107+81=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #086B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B51 is #F794AE. Grayscale: #4A4A4A. Windows color (decimal): -16225455 or 5335816. OLE color: 5335816.

HSL color Cylindrical-coordinate representation of color #086B51: hue angle of 164.24º 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 #086B51 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB810781-
CMYK0.9300.240.58
HSL164.24º86.09%22.55%-
HSV(B)164.24º92.52%41.96%-
XYZ6.8411.169.58-
YUV74.43131.780.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=4.08%
G=54.59%
B=41.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107810.9300.240.58164.2486.0922.55
Hex86B515D0183Aa45617
Octal101531211350307224412627
Binary100011010111010001101110101100011101010100100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,81); }

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

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

 a { background-color: rgb(8,107,81); }

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

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

 span { border-color: rgb(8,107,81); }

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