Html Css Color HEX #50B773 Ocean Green

📋 copy color: '#50B773'

red 80 ◦ green 183 ◦ blue 115

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

Shades of Ocean Green #50B773

Tints of Ocean Green #50B773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 21.16%
G = 48.41%
B = 30.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#50B773 (or 0x50B773) is known color: Ocean Green. HEX triplet: 50, B7 and 73. RGB value is (80,183,115). Sum of RGB (Red+Green+Blue) = 80+183+115=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #50B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B773 is #AF488C. Grayscale: #909090. Windows color (decimal): -11487373 or 7583568. OLE color: 7583568.

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

Color convert

RGB 80 183 115 -
CMYK 0.56 0 0.37 0.28
HSL 140.39º 0.42% 0.52% -
HSV(B) 140.39º 0.56% 0.72% -
XYZ 23.34 36.81 22.09 -
YUV 144.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 80 183 115 0.56 0 0.37 0.28 140.39 0.42 0.52
Hex 50 B7 73 38 0 25 1C 8C 2A 34
Octal 120 267 163 70 0 45 34 214 52 64
Binary 1010000 10110111 1110011 111000 0 100101 11100 10001100 101010 110100

Color Harmonies of #50B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B773

Black with #50B773

Text Example


Text Example

White with #50B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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