Html Css Color HEX #086C50 Watercourse

📋 copy color: '#086C50'

red 8 ◦ green 108 ◦ blue 80

#086C50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #086C50

Tints of Watercourse #086C50

RGB

 RED value IS 8 (3.52% from 255) = 4.08%

 GREEN value IS 108 (42.58% from 255) = 55.1%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 4.08%
G = 55.1%
B = 40.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#086C50 (or 0x086C50) is known color: 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

RGB 8 108 80 -
CMYK 0.93 0 0.26 0.58
HSL 163.2º 0.86% 0.23% -
HSV(B) 163.2º 0.93% 0.42% -
XYZ 6.91 11.36 9.42 -
YUV 74.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 8 108 80 0.93 0 0.26 0.58 163.2 0.86 0.23
Hex 8 6C 50 5D 0 1A 3A A3 56 17
Octal 10 154 120 135 0 32 72 243 126 27
Binary 1000 1101100 1010000 1011101 0 11010 111010 10100011 1010110 10111

Color Harmonies of #086C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C50

Black with #086C50

Text Example


Text Example

White with #086C50

Text Example


Text Example

HTML Codes & Css Web 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>