Html Css Color HEX #50B279 Ocean Green

📋 copy color: '#50B279'

red 80 ◦ green 178 ◦ blue 121

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

Shades of Ocean Green #50B279

Tints of Ocean Green #50B279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 21.11%
G = 46.97%
B = 31.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#50B279 (or 0x50B279) is known color: Ocean Green. HEX triplet: 50, B2 and 79. RGB value is (80,178,121). Sum of RGB (Red+Green+Blue) = 80+178+121=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #50B279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B279 is #AF4D86. Grayscale: #8E8E8E. Windows color (decimal): -11488647 or 7975504. OLE color: 7975504.

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

Color convert

RGB 80 178 121 -
CMYK 0.55 0 0.32 0.30
HSL 145.1º 0.39% 0.51% -
HSV(B) 145.1º 0.55% 0.7% -
XYZ 22.68 34.93 23.64 -
YUV 142.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 80 178 121 0.55 0 0.32 0.30 145.1 0.39 0.51
Hex 50 B2 79 37 0 20 1E 91 27 33
Octal 120 262 171 67 0 40 36 221 47 63
Binary 1010000 10110010 1111001 110111 0 100000 11110 10010001 100111 110011

Color Harmonies of #50B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B279

Black with #50B279

Text Example


Text Example

White with #50B279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,121); }

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

background-color css

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

 a { background-color: rgb(80,178,121); }

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

border-color css

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

 span { border-color: rgb(80,178,121); }

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