Html Css Color HEX #50B374 Ocean Green

📋 copy color: '#50B374'

red 80 ◦ green 179 ◦ blue 116

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

Shades of Ocean Green #50B374

Tints of Ocean Green #50B374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 21.33%
G = 47.73%
B = 30.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#50B374 (or 0x50B374) is known color: Ocean Green. HEX triplet: 50, B3 and 74. RGB value is (80,179,116). Sum of RGB (Red+Green+Blue) = 80+179+116=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #50B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B374 is #AF4C8B. Grayscale: #8E8E8E. Windows color (decimal): -11488396 or 7648080. OLE color: 7648080.

HSL color Cylindrical-coordinate representation of color #50B374: hue angle of 141.82º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B374 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 116 -
CMYK 0.55 0 0.35 0.30
HSL 141.82º 0.39% 0.51% -
HSV(B) 141.82º 0.55% 0.7% -
XYZ 22.58 35.21 22.13 -
YUV 142.22 113.2 83.62 -
System Red Green Blue C M Y K H S L
Decimal 80 179 116 0.55 0 0.35 0.30 141.82 0.39 0.51
Hex 50 B3 74 37 0 23 1E 8E 27 33
Octal 120 263 164 67 0 43 36 216 47 63
Binary 1010000 10110011 1110100 110111 0 100011 11110 10001110 100111 110011

Color Harmonies of #50B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B374

Black with #50B374

Text Example


Text Example

White with #50B374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B374; }

 p { color: rgb(80,179,116); }

 H1.HeaderClassName
 {
   color: #50B374;
 }
 .AnyTagClassName
 {
   color: #50B374;
 }
</style>

background-color css

<style>
 a { background-color: #50B374; }

 a { background-color: rgb(80,179,116); }

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

border-color css

<style>
 span { border-color: #50B374; }

 span { border-color: rgb(80,179,116); }

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