#50916A

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

Shades of Ocean Green #50916A

Tints of Ocean Green #50916A

Color information

#50916A (or 0x50916A) is unknown color: approx Ocean Green. HEX triplet: 50, 91 and 6A. RGB value is (80,145,106). Sum of RGB (Red+Green+Blue) = 80+145+106=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #50916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50916A is #AF6E95. Grayscale: #797979. Windows color (decimal): -11497110 or 6984016. OLE color: 6984016.

HSL color Cylindrical-coordinate representation of color #50916A: hue angle of 144º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50916A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB80145106-
CMYK0.4500.270.43
HSL144º28.89%44.12%-
HSV(B)144º44.83%56.86%-
XYZ16.042317.23-
YUV121.12119.4798.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=24.17%
G=43.81%
B=32.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451060.4500.270.4314428.8944.12
Hex50916A2D01B2B901d2c
Octal12022115255033532203554
Binary10100001001000111010101011010110111010111001000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50916A; }

 p { color: rgb(80,145,106); }

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

<style>
 a { background-color: #50916A; }

 a { background-color: rgb(80,145,106); }

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

<style>
 span { border-color: #50916A; }

 span { border-color: rgb(80,145,106); }

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