Html Css Color HEX #50B372 Ocean Green

📋 copy color: '#50B372'

red 80 ◦ green 179 ◦ blue 114

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

Shades of Ocean Green #50B372

Tints of Ocean Green #50B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 21.45%
G = 47.99%
B = 30.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#50B372 (or 0x50B372) is known color: Ocean Green. HEX triplet: 50, B3 and 72. RGB value is (80,179,114). Sum of RGB (Red+Green+Blue) = 80+179+114=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #50B372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B372 is #AF4C8D. Grayscale: #8E8E8E. Windows color (decimal): -11488398 or 7517008. OLE color: 7517008.

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

Color convert

RGB 80 179 114 -
CMYK 0.55 0 0.36 0.30
HSL 140.61º 0.39% 0.51% -
HSV(B) 140.61º 0.55% 0.7% -
XYZ 22.47 35.16 21.52 -
YUV 141.99 112.2 83.79 -
System Red Green Blue C M Y K H S L
Decimal 80 179 114 0.55 0 0.36 0.30 140.61 0.39 0.51
Hex 50 B3 72 37 0 24 1E 8D 27 33
Octal 120 263 162 67 0 44 36 215 47 63
Binary 1010000 10110011 1110010 110111 0 100100 11110 10001101 100111 110011

Color Harmonies of #50B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B372

Black with #50B372

Text Example


Text Example

White with #50B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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