#50916C

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

Shades of Ocean Green #50916C

Tints of Ocean Green #50916C

Color information

#50916C (or 0x50916C) is unknown color: approx Ocean Green. HEX triplet: 50, 91 and 6C. RGB value is (80,145,108). Sum of RGB (Red+Green+Blue) = 80+145+108=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #50916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50916C is #AF6E93. Grayscale: #797979. Windows color (decimal): -11497108 or 7115088. OLE color: 7115088.

HSL color Cylindrical-coordinate representation of color #50916C: hue angle of 145.85º 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 #50916C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB80145108-
CMYK0.4500.260.43
HSL145.85º28.89%44.12%-
HSV(B)145.85º44.83%56.86%-
XYZ16.1423.0417.78-
YUV121.35120.4798.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=24.02%
G=43.54%
B=32.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451080.4500.260.43145.8528.8944.12
Hex50916C2D01A2B921d2c
Octal12022115455032532223554
Binary10100001001000111011001011010110101010111001001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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