Html Css Color HEX #50986C Ocean Green

📋 copy color: '#50986C'

red 80 ◦ green 152 ◦ blue 108

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

Shades of Ocean Green #50986C

Tints of Ocean Green #50986C

RGB

 RED value IS 80 (31.64% from 255) = 23.53%

 GREEN value IS 152 (59.77% from 255) = 44.71%

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 23.53%
G = 44.71%
B = 31.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#50986C (or 0x50986C) is known color: Ocean Green. HEX triplet: 50, 98 and 6C. RGB value is (80,152,108). Sum of RGB (Red+Green+Blue) = 80+152+108=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #50986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50986C is #AF6793. Grayscale: #7D7D7D. Windows color (decimal): -11495316 or 7116880. OLE color: 7116880.

HSL color Cylindrical-coordinate representation of color #50986C: hue angle of 143.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50986C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 108 -
CMYK 0.47 0 0.29 0.40
HSL 143.33º 0.31% 0.45% -
HSV(B) 143.33º 0.47% 0.6% -
XYZ 17.24 25.24 18.15 -
YUV 125.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 80 152 108 0.47 0 0.29 0.40 143.33 0.31 0.45
Hex 50 98 6C 2F 0 1D 28 8F 1F 2D
Octal 120 230 154 57 0 35 50 217 37 55
Binary 1010000 10011000 1101100 101111 0 11101 101000 10001111 11111 101101

Color Harmonies of #50986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50986C

Black with #50986C

Text Example


Text Example

White with #50986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50986C; }

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

 H1.HeaderClassName
 {
   color: #50986C;
 }
 .AnyTagClassName
 {
   color: #50986C;
 }
</style>

background-color css

<style>
 a { background-color: #50986C; }

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

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

border-color css

<style>
 span { border-color: #50986C; }

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

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