#50986E

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

Shades of Ocean Green #50986E

Tints of Ocean Green #50986E

Color information

#50986E (or 0x50986E) is unknown color: approx Ocean Green. HEX triplet: 50, 98 and 6E. RGB value is (80,152,110). Sum of RGB (Red+Green+Blue) = 80+152+110=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #50986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50986E is #AF6791. Grayscale: #7D7D7D. Windows color (decimal): -11495314 or 7247952. OLE color: 7247952.

HSL color Cylindrical-coordinate representation of color #50986E: hue angle of 145º 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 #50986E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB80152110-
CMYK0.4700.280.40
HSL145º31.03%45.49%-
HSV(B)145º47.37%59.61%-
XYZ17.3525.2918.72-
YUV125.68119.1595.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=23.39%
G=44.44%
B=32.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521100.4700.280.4014531.0345.49
Hex50986E2F01C28911f2d
Octal12023015657034502213755
Binary10100001001100011011101011110111001010001001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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