Html Css Color HEX #50A781 Ocean Green

📋 copy color: '#50A781'

red 80 ◦ green 167 ◦ blue 129

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

Shades of Ocean Green #50A781

Tints of Ocean Green #50A781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.41%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 21.28%
G = 44.41%
B = 34.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#50A781 (or 0x50A781) is known color: Ocean Green. HEX triplet: 50, A7 and 81. RGB value is (80,167,129). Sum of RGB (Red+Green+Blue) = 80+167+129=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #50A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A781 is #AF587E. Grayscale: #888888. Windows color (decimal): -11491455 or 8496976. OLE color: 8496976.

HSL color Cylindrical-coordinate representation of color #50A781: hue angle of 153.79º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A781 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 129 -
CMYK 0.52 0 0.23 0.35
HSL 153.79º 0.35% 0.48% -
HSV(B) 153.79º 0.52% 0.65% -
XYZ 21.09 30.93 25.63 -
YUV 136.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 80 167 129 0.52 0 0.23 0.35 153.79 0.35 0.48
Hex 50 A7 81 34 0 17 23 9A 23 30
Octal 120 247 201 64 0 27 43 232 43 60
Binary 1010000 10100111 10000001 110100 0 10111 100011 10011010 100011 110000

Color Harmonies of #50A781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A781

Black with #50A781

Text Example


Text Example

White with #50A781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,129); }

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

background-color css

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

 a { background-color: rgb(80,167,129); }

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

border-color css

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

 span { border-color: rgb(80,167,129); }

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