Html Css Color HEX #50AB78 Ocean Green

📋 copy color: '#50AB78'

red 80 ◦ green 171 ◦ blue 120

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

Shades of Ocean Green #50AB78

Tints of Ocean Green #50AB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

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

R = 21.56%
G = 46.09%
B = 32.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#50AB78 (or 0x50AB78) is known color: Ocean Green. HEX triplet: 50, AB and 78. RGB value is (80,171,120). Sum of RGB (Red+Green+Blue) = 80+171+120=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB78 is #AF5487. Grayscale: #8A8A8A. Windows color (decimal): -11490440 or 7908176. OLE color: 7908176.

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

Color convert

RGB 80 171 120 -
CMYK 0.53 0 0.30 0.33
HSL 146.37º 0.36% 0.49% -
HSV(B) 146.37º 0.53% 0.67% -
XYZ 21.26 32.19 22.86 -
YUV 137.98 117.85 86.65 -
System Red Green Blue C M Y K H S L
Decimal 80 171 120 0.53 0 0.30 0.33 146.37 0.36 0.49
Hex 50 AB 78 35 0 1E 21 92 24 31
Octal 120 253 170 65 0 36 41 222 44 61
Binary 1010000 10101011 1111000 110101 0 11110 100001 10010010 100100 110001

Color Harmonies of #50AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB78

Black with #50AB78

Text Example


Text Example

White with #50AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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