Html Css Color HEX #50986A Ocean Green

📋 copy color: '#50986A'

red 80 ◦ green 152 ◦ blue 106

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

Shades of Ocean Green #50986A

Tints of Ocean Green #50986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 23.67%
G = 44.97%
B = 31.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#50986A (or 0x50986A) is known color: Ocean Green. HEX triplet: 50, 98 and 6A. RGB value is (80,152,106). Sum of RGB (Red+Green+Blue) = 80+152+106=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #50986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50986A is #AF6795. Grayscale: #7D7D7D. Windows color (decimal): -11495318 or 6985808. OLE color: 6985808.

HSL color Cylindrical-coordinate representation of color #50986A: hue angle of 141.67º 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 #50986A is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 106 -
CMYK 0.47 0 0.30 0.40
HSL 141.67º 0.31% 0.45% -
HSV(B) 141.67º 0.47% 0.6% -
XYZ 17.14 25.2 17.6 -
YUV 125.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 80 152 106 0.47 0 0.30 0.40 141.67 0.31 0.45
Hex 50 98 6A 2F 0 1E 28 8E 1F 2D
Octal 120 230 152 57 0 36 50 216 37 55
Binary 1010000 10011000 1101010 101111 0 11110 101000 10001110 11111 101101

Color Harmonies of #50986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50986A

Black with #50986A

Text Example


Text Example

White with #50986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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