Html Css Color HEX #50B574 Ocean Green

📋 copy color: '#50B574'

red 80 ◦ green 181 ◦ blue 116

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

Shades of Ocean Green #50B574

Tints of Ocean Green #50B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.01%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 21.22%
G = 48.01%
B = 30.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#50B574 (or 0x50B574) is known color: Ocean Green. HEX triplet: 50, B5 and 74. RGB value is (80,181,116). Sum of RGB (Red+Green+Blue) = 80+181+116=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #50B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B574 is #AF4A8B. Grayscale: #8F8F8F. Windows color (decimal): -11487884 or 7648592. OLE color: 7648592.

HSL color Cylindrical-coordinate representation of color #50B574: hue angle of 141.39º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B574 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 116 -
CMYK 0.56 0 0.36 0.29
HSL 141.39º 0.41% 0.51% -
HSV(B) 141.39º 0.56% 0.71% -
XYZ 22.98 36.01 22.26 -
YUV 143.39 112.54 82.79 -
System Red Green Blue C M Y K H S L
Decimal 80 181 116 0.56 0 0.36 0.29 141.39 0.41 0.51
Hex 50 B5 74 38 0 24 1D 8D 29 33
Octal 120 265 164 70 0 44 35 215 51 63
Binary 1010000 10110101 1110100 111000 0 100100 11101 10001101 101001 110011

Color Harmonies of #50B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B574

Black with #50B574

Text Example


Text Example

White with #50B574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,116); }

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

background-color css

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

 a { background-color: rgb(80,181,116); }

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

border-color css

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

 span { border-color: rgb(80,181,116); }

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