#50A279

Color #50A279 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #50A279

Tints of Ocean Green #50A279

Color information

#50A279 (or 0x50A279) is unknown color: approx Ocean Green. HEX triplet: 50, A2 and 79. RGB value is (80,162,121). Sum of RGB (Red+Green+Blue) = 80+162+121=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #50A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A279 is #AF5D86. Grayscale: #848484. Windows color (decimal): -11492743 or 7971408. OLE color: 7971408.

HSL color Cylindrical-coordinate representation of color #50A279: hue angle of 150º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A279 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB80162121-
CMYK0.5100.250.36
HSL150º33.88%47.45%-
HSV(B)150º50.62%63.53%-
XYZ19.6828.9322.64-
YUV132.81121.3390.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=22.04%
G=44.63%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801621210.5100.250.3615033.8847.45
Hex50A279330192496222f
Octal12024217163031442264257
Binary101000010100010111100111001101100110010010010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,121); }

 H1.HeaderClassName
 {
   color: #50A279;
 }
 .AnyTagClassName
 {
   color: #50A279;
 }
</style>
background-color css

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

 a { background-color: rgb(80,162,121); }

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

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

 span { border-color: rgb(80,162,121); }

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