Html Css Color HEX #086C53 Watercourse

📋 copy color: '#086C53'

red 8 ◦ green 108 ◦ blue 83

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

Shades of Watercourse #086C53

Tints of Watercourse #086C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 4.02%
G = 54.27%
B = 41.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#086C53 (or 0x086C53) is known color: Watercourse. HEX triplet: 08, 6C and 53. RGB value is (8,108,83). Sum of RGB (Red+Green+Blue) = 8+108+83=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #086C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C53 is #F793AC. Grayscale: #4B4B4B. Windows color (decimal): -16225197 or 5467144. OLE color: 5467144.

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

Color convert

RGB 8 108 83 -
CMYK 0.93 0 0.23 0.58
HSL 165º 0.86% 0.23% -
HSV(B) 165º 0.93% 0.42% -
XYZ 7.02 11.4 10.01 -
YUV 75.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 8 108 83 0.93 0 0.23 0.58 165 0.86 0.23
Hex 8 6C 53 5D 0 17 3A A5 56 17
Octal 10 154 123 135 0 27 72 245 126 27
Binary 1000 1101100 1010011 1011101 0 10111 111010 10100101 1010110 10111

Color Harmonies of #086C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C53

Black with #086C53

Text Example


Text Example

White with #086C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086C53;
 }
 .AnyTagClassName
 {
   color: #086C53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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