Html Css Color HEX #50B381 Ocean Green

📋 copy color: '#50B381'

red 80 ◦ green 179 ◦ blue 129

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

Shades of Ocean Green #50B381

Tints of Ocean Green #50B381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 20.62%
G = 46.13%
B = 33.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#50B381 (or 0x50B381) is known color: Ocean Green. HEX triplet: 50, B3 and 81. RGB value is (80,179,129). Sum of RGB (Red+Green+Blue) = 80+179+129=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #50B381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B381 is #AF4C7E. Grayscale: #8F8F8F. Windows color (decimal): -11488383 or 8500048. OLE color: 8500048.

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

Color convert

RGB 80 179 129 -
CMYK 0.55 0 0.28 0.30
HSL 149.7º 0.39% 0.51% -
HSV(B) 149.7º 0.55% 0.7% -
XYZ 23.39 35.53 26.39 -
YUV 143.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 80 179 129 0.55 0 0.28 0.30 149.7 0.39 0.51
Hex 50 B3 81 37 0 1C 1E 96 27 33
Octal 120 263 201 67 0 34 36 226 47 63
Binary 1010000 10110011 10000001 110111 0 11100 11110 10010110 100111 110011

Color Harmonies of #50B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B381

Black with #50B381

Text Example


Text Example

White with #50B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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