Html Css Color HEX #50B37C Ocean Green

📋 copy color: '#50B37C'

red 80 ◦ green 179 ◦ blue 124

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

Shades of Ocean Green #50B37C

Tints of Ocean Green #50B37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 20.89%
G = 46.74%
B = 32.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#50B37C (or 0x50B37C) is known color: Ocean Green. HEX triplet: 50, B3 and 7C. RGB value is (80,179,124). Sum of RGB (Red+Green+Blue) = 80+179+124=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #50B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B37C is #AF4C83. Grayscale: #8F8F8F. Windows color (decimal): -11488388 or 8172368. OLE color: 8172368.

HSL color Cylindrical-coordinate representation of color #50B37C: hue angle of 146.67º 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 #50B37C is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 124 -
CMYK 0.55 0 0.31 0.30
HSL 146.67º 0.39% 0.51% -
HSV(B) 146.67º 0.55% 0.7% -
XYZ 23.07 35.4 24.69 -
YUV 143.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 80 179 124 0.55 0 0.31 0.30 146.67 0.39 0.51
Hex 50 B3 7C 37 0 1F 1E 93 27 33
Octal 120 263 174 67 0 37 36 223 47 63
Binary 1010000 10110011 1111100 110111 0 11111 11110 10010011 100111 110011

Color Harmonies of #50B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B37C

Black with #50B37C

Text Example


Text Example

White with #50B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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