Html Css Color HEX #50A878 Ocean Green

📋 copy color: '#50A878'

red 80 ◦ green 168 ◦ blue 120

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

Shades of Ocean Green #50A878

Tints of Ocean Green #50A878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 21.74%
G = 45.65%
B = 32.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#50A878 (or 0x50A878) is known color: Ocean Green. HEX triplet: 50, A8 and 78. RGB value is (80,168,120). Sum of RGB (Red+Green+Blue) = 80+168+120=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #50A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A878 is #AF5787. Grayscale: #888888. Windows color (decimal): -11491208 or 7907408. OLE color: 7907408.

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

Color convert

RGB 80 168 120 -
CMYK 0.52 0 0.29 0.34
HSL 147.27º 0.35% 0.49% -
HSV(B) 147.27º 0.52% 0.66% -
XYZ 20.7 31.07 22.67 -
YUV 136.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 80 168 120 0.52 0 0.29 0.34 147.27 0.35 0.49
Hex 50 A8 78 34 0 1D 22 93 23 31
Octal 120 250 170 64 0 35 42 223 43 61
Binary 1010000 10101000 1111000 110100 0 11101 100010 10010011 100011 110001

Color Harmonies of #50A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A878

Black with #50A878

Text Example


Text Example

White with #50A878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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