Html Css Color HEX #50A881 Ocean Green

📋 copy color: '#50A881'

red 80 ◦ green 168 ◦ blue 129

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

Shades of Ocean Green #50A881

Tints of Ocean Green #50A881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 21.22%
G = 44.56%
B = 34.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#50A881 (or 0x50A881) is known color: Ocean Green. HEX triplet: 50, A8 and 81. RGB value is (80,168,129). Sum of RGB (Red+Green+Blue) = 80+168+129=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #50A881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A881 is #AF577E. Grayscale: #898989. Windows color (decimal): -11491199 or 8497232. OLE color: 8497232.

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

Color convert

RGB 80 168 129 -
CMYK 0.52 0 0.23 0.34
HSL 153.41º 0.35% 0.49% -
HSV(B) 153.41º 0.52% 0.66% -
XYZ 21.27 31.3 25.69 -
YUV 137.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 80 168 129 0.52 0 0.23 0.34 153.41 0.35 0.49
Hex 50 A8 81 34 0 17 22 99 23 31
Octal 120 250 201 64 0 27 42 231 43 61
Binary 1010000 10101000 10000001 110100 0 10111 100010 10011001 100011 110001

Color Harmonies of #50A881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A881

Black with #50A881

Text Example


Text Example

White with #50A881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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