Html Css Color HEX #50A984 Ocean Green

📋 copy color: '#50A984'

red 80 ◦ green 169 ◦ blue 132

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

Shades of Ocean Green #50A984

Tints of Ocean Green #50A984

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

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

R = 21%
G = 44.36%
B = 34.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#50A984 (or 0x50A984) is known color: Ocean Green. HEX triplet: 50, A9 and 84. RGB value is (80,169,132). Sum of RGB (Red+Green+Blue) = 80+169+132=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 169 - color contains mainly: green. Hex color #50A984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A984 is #AF567B. Grayscale: #8A8A8A. Windows color (decimal): -11490940 or 8694096. OLE color: 8694096.

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

Color convert

RGB 80 169 132 -
CMYK 0.53 0 0.22 0.34
HSL 155.06º 0.36% 0.49% -
HSV(B) 155.06º 0.53% 0.66% -
XYZ 21.66 31.75 26.82 -
YUV 138.17 124.51 86.51 -
System Red Green Blue C M Y K H S L
Decimal 80 169 132 0.53 0 0.22 0.34 155.06 0.36 0.49
Hex 50 A9 84 35 0 16 22 9B 24 31
Octal 120 251 204 65 0 26 42 233 44 61
Binary 1010000 10101001 10000100 110101 0 10110 100010 10011011 100100 110001

Color Harmonies of #50A984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A984

Black with #50A984

Text Example


Text Example

White with #50A984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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