Html Css Color HEX #50A584 Ocean Green

📋 copy color: '#50A584'

red 80 ◦ green 165 ◦ blue 132

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

Shades of Ocean Green #50A584

Tints of Ocean Green #50A584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 21.22%
G = 43.77%
B = 35.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#50A584 (or 0x50A584) is known color: Ocean Green. HEX triplet: 50, A5 and 84. RGB value is (80,165,132). Sum of RGB (Red+Green+Blue) = 80+165+132=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #50A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A584 is #AF5A7B. Grayscale: #878787. Windows color (decimal): -11491964 or 8693072. OLE color: 8693072.

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

Color convert

RGB 80 165 132 -
CMYK 0.52 0 0.20 0.35
HSL 156.71º 0.35% 0.48% -
HSV(B) 156.71º 0.52% 0.65% -
XYZ 20.93 30.28 26.57 -
YUV 135.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 80 165 132 0.52 0 0.20 0.35 156.71 0.35 0.48
Hex 50 A5 84 34 0 14 23 9D 23 30
Octal 120 245 204 64 0 24 43 235 43 60
Binary 1010000 10100101 10000100 110100 0 10100 100011 10011101 100011 110000

Color Harmonies of #50A584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A584

Black with #50A584

Text Example


Text Example

White with #50A584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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