#50986B

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

Shades of Ocean Green #50986B

Tints of Ocean Green #50986B

Color information

#50986B (or 0x50986B) is unknown color: approx Ocean Green. HEX triplet: 50, 98 and 6B. RGB value is (80,152,107). Sum of RGB (Red+Green+Blue) = 80+152+107=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #50986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50986B is #AF6794. Grayscale: #7D7D7D. Windows color (decimal): -11495317 or 7051344. OLE color: 7051344.

HSL color Cylindrical-coordinate representation of color #50986B: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50986B is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB80152107-
CMYK0.4700.300.40
HSL142.5º31.03%45.49%-
HSV(B)142.5º47.37%59.61%-
XYZ17.1925.2217.87-
YUV125.34117.6595.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=23.60%
G=44.84%
B=31.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521070.4700.300.40142.531.0345.49
Hex50986B2F01E288e1f2d
Octal12023015357036502163755
Binary10100001001100011010111011110111101010001000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50986B; }

 p { color: rgb(80,152,107); }

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

<style>
 a { background-color: #50986B; }

 a { background-color: rgb(80,152,107); }

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

<style>
 span { border-color: #50986B; }

 span { border-color: rgb(80,152,107); }

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