#50A480

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

Shades of Ocean Green #50A480

Tints of Ocean Green #50A480

Color information

#50A480 (or 0x50A480) is unknown color: approx Ocean Green. HEX triplet: 50, A4 and 80. RGB value is (80,164,128). Sum of RGB (Red+Green+Blue) = 80+164+128=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #50A480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A480 is #AF5B7F. Grayscale: #868686. Windows color (decimal): -11492224 or 8430672. OLE color: 8430672.

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

Color convert

RGB80164128-
CMYK0.5100.220.36
HSL154.29º34.43%47.84%-
HSV(B)154.29º51.22%64.31%-
XYZ20.4829.8125.1-
YUV134.78124.1788.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=21.51%
G=44.09%
B=34.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801641280.5100.220.36154.2934.4347.84
Hex50A48033016249a2230
Octal12024420063026442324260
Binary1010000101001001000000011001101011010010010011010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,164,128); }

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

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

 a { background-color: rgb(80,164,128); }

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

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

 span { border-color: rgb(80,164,128); }

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