Html Css Color HEX #50B56E Ocean Green

📋 copy color: '#50B56E'

red 80 ◦ green 181 ◦ blue 110

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

Shades of Ocean Green #50B56E

Tints of Ocean Green #50B56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 21.56%
G = 48.79%
B = 29.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#50B56E (or 0x50B56E) is known color: Ocean Green. HEX triplet: 50, B5 and 6E. RGB value is (80,181,110). Sum of RGB (Red+Green+Blue) = 80+181+110=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #50B56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B56E is #AF4A91. Grayscale: #8E8E8E. Windows color (decimal): -11487890 or 7255376. OLE color: 7255376.

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

Color convert

RGB 80 181 110 -
CMYK 0.56 0 0.39 0.29
HSL 137.82º 0.41% 0.51% -
HSV(B) 137.82º 0.56% 0.71% -
XYZ 22.65 35.88 20.48 -
YUV 142.71 109.54 83.27 -
System Red Green Blue C M Y K H S L
Decimal 80 181 110 0.56 0 0.39 0.29 137.82 0.41 0.51
Hex 50 B5 6E 38 0 27 1D 8A 29 33
Octal 120 265 156 70 0 47 35 212 51 63
Binary 1010000 10110101 1101110 111000 0 100111 11101 10001010 101001 110011

Color Harmonies of #50B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B56E

Black with #50B56E

Text Example


Text Example

White with #50B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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