Html Css Color HEX #50A583 Ocean Green

📋 copy color: '#50A583'

red 80 ◦ green 165 ◦ blue 131

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

Shades of Ocean Green #50A583

Tints of Ocean Green #50A583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 21.28%
G = 43.88%
B = 34.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#50A583 (or 0x50A583) is known color: Ocean Green. HEX triplet: 50, A5 and 83. RGB value is (80,165,131). Sum of RGB (Red+Green+Blue) = 80+165+131=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #50A583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A583 is #AF5A7C. Grayscale: #878787. Windows color (decimal): -11491965 or 8627536. OLE color: 8627536.

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

Color convert

RGB 80 165 131 -
CMYK 0.52 0 0.21 0.35
HSL 156º 0.35% 0.48% -
HSV(B) 156º 0.52% 0.65% -
XYZ 20.86 30.25 26.21 -
YUV 135.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 80 165 131 0.52 0 0.21 0.35 156 0.35 0.48
Hex 50 A5 83 34 0 15 23 9C 23 30
Octal 120 245 203 64 0 25 43 234 43 60
Binary 1010000 10100101 10000011 110100 0 10101 100011 10011100 100011 110000

Color Harmonies of #50A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A583

Black with #50A583

Text Example


Text Example

White with #50A583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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