Html Css Color HEX #50B36A Ocean Green

📋 copy color: '#50B36A'

red 80 ◦ green 179 ◦ blue 106

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

Shades of Ocean Green #50B36A

Tints of Ocean Green #50B36A

RGB

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

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

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

R = 21.92%
G = 49.04%
B = 29.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#50B36A (or 0x50B36A) is known color: Ocean Green. HEX triplet: 50, B3 and 6A. RGB value is (80,179,106). Sum of RGB (Red+Green+Blue) = 80+179+106=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #50B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B36A is #AF4C95. Grayscale: #8D8D8D. Windows color (decimal): -11488406 or 6992720. OLE color: 6992720.

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

Color convert

RGB 80 179 106 -
CMYK 0.55 0 0.41 0.30
HSL 135.76º 0.39% 0.51% -
HSV(B) 135.76º 0.55% 0.7% -
XYZ 22.03 34.99 19.23 -
YUV 141.08 108.2 84.44 -
System Red Green Blue C M Y K H S L
Decimal 80 179 106 0.55 0 0.41 0.30 135.76 0.39 0.51
Hex 50 B3 6A 37 0 29 1E 88 27 33
Octal 120 263 152 67 0 51 36 210 47 63
Binary 1010000 10110011 1101010 110111 0 101001 11110 10001000 100111 110011

Color Harmonies of #50B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B36A

Black with #50B36A

Text Example


Text Example

White with #50B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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