Html Css Color HEX #50A581 Ocean Green

📋 copy color: '#50A581'

red 80 ◦ green 165 ◦ blue 129

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

Shades of Ocean Green #50A581

Tints of Ocean Green #50A581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

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

R = 21.39%
G = 44.12%
B = 34.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#50A581 (or 0x50A581) is known color: Ocean Green. HEX triplet: 50, A5 and 81. RGB value is (80,165,129). Sum of RGB (Red+Green+Blue) = 80+165+129=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #50A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A581 is #AF5A7E. Grayscale: #878787. Windows color (decimal): -11491967 or 8496464. OLE color: 8496464.

HSL color Cylindrical-coordinate representation of color #50A581: hue angle of 154.59º 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 #50A581 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 129 -
CMYK 0.52 0 0.22 0.35
HSL 154.59º 0.35% 0.48% -
HSV(B) 154.59º 0.52% 0.65% -
XYZ 20.73 30.2 25.51 -
YUV 135.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 80 165 129 0.52 0 0.22 0.35 154.59 0.35 0.48
Hex 50 A5 81 34 0 16 23 9B 23 30
Octal 120 245 201 64 0 26 43 233 43 60
Binary 1010000 10100101 10000001 110100 0 10110 100011 10011011 100011 110000

Color Harmonies of #50A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A581

Black with #50A581

Text Example


Text Example

White with #50A581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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