Html Css Color HEX #50A884 Ocean Green

📋 copy color: '#50A884'

red 80 ◦ green 168 ◦ blue 132

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

Shades of Ocean Green #50A884

Tints of Ocean Green #50A884

RGB

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

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

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

R = 21.05%
G = 44.21%
B = 34.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#50A884 (or 0x50A884) is known color: Ocean Green. HEX triplet: 50, A8 and 84. RGB value is (80,168,132). Sum of RGB (Red+Green+Blue) = 80+168+132=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #50A884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A884 is #AF577B. Grayscale: #898989. Windows color (decimal): -11491196 or 8693840. OLE color: 8693840.

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

Color convert

RGB 80 168 132 -
CMYK 0.52 0 0.21 0.34
HSL 155.45º 0.35% 0.49% -
HSV(B) 155.45º 0.52% 0.66% -
XYZ 21.48 31.38 26.75 -
YUV 137.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 80 168 132 0.52 0 0.21 0.34 155.45 0.35 0.49
Hex 50 A8 84 34 0 15 22 9B 23 31
Octal 120 250 204 64 0 25 42 233 43 61
Binary 1010000 10101000 10000100 110100 0 10101 100010 10011011 100011 110001

Color Harmonies of #50A884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A884

Black with #50A884

Text Example


Text Example

White with #50A884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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