Html Css Color HEX #50A978 Ocean Green

📋 copy color: '#50A978'

red 80 ◦ green 169 ◦ blue 120

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

Shades of Ocean Green #50A978

Tints of Ocean Green #50A978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.8%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 21.68%
G = 45.8%
B = 32.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#50A978 (or 0x50A978) is known color: Ocean Green. HEX triplet: 50, A9 and 78. RGB value is (80,169,120). Sum of RGB (Red+Green+Blue) = 80+169+120=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #50A978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A978 is #AF5687. Grayscale: #888888. Windows color (decimal): -11490952 or 7907664. OLE color: 7907664.

HSL color Cylindrical-coordinate representation of color #50A978: hue angle of 146.97º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A978 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 120 -
CMYK 0.53 0 0.29 0.34
HSL 146.97º 0.36% 0.49% -
HSV(B) 146.97º 0.53% 0.66% -
XYZ 20.89 31.44 22.74 -
YUV 136.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 80 169 120 0.53 0 0.29 0.34 146.97 0.36 0.49
Hex 50 A9 78 35 0 1D 22 93 24 31
Octal 120 251 170 65 0 35 42 223 44 61
Binary 1010000 10101001 1111000 110101 0 11101 100010 10010011 100100 110001

Color Harmonies of #50A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A978

Black with #50A978

Text Example


Text Example

White with #50A978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,120); }

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

background-color css

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

 a { background-color: rgb(80,169,120); }

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

border-color css

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

 span { border-color: rgb(80,169,120); }

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