Html Css Color HEX #50B784 Ocean Green

📋 copy color: '#50B784'

red 80 ◦ green 183 ◦ blue 132

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

Shades of Ocean Green #50B784

Tints of Ocean Green #50B784

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.33%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 20.25%
G = 46.33%
B = 33.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#50B784 (or 0x50B784) is known color: Ocean Green. HEX triplet: 50, B7 and 84. RGB value is (80,183,132). Sum of RGB (Red+Green+Blue) = 80+183+132=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #50B784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B784 is #AF487B. Grayscale: #929292. Windows color (decimal): -11487356 or 8697680. OLE color: 8697680.

HSL color Cylindrical-coordinate representation of color #50B784: hue angle of 150.29º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B784 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 132 -
CMYK 0.56 0 0.28 0.28
HSL 150.29º 0.42% 0.52% -
HSV(B) 150.29º 0.56% 0.72% -
XYZ 24.41 37.24 27.73 -
YUV 146.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 80 183 132 0.56 0 0.28 0.28 150.29 0.42 0.52
Hex 50 B7 84 38 0 1C 1C 96 2A 34
Octal 120 267 204 70 0 34 34 226 52 64
Binary 1010000 10110111 10000100 111000 0 11100 11100 10010110 101010 110100

Color Harmonies of #50B784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B784

Black with #50B784

Text Example


Text Example

White with #50B784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,132); }

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

background-color css

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

 a { background-color: rgb(80,183,132); }

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

border-color css

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

 span { border-color: rgb(80,183,132); }

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