#50996E

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

Shades of Ocean Green #50996E

Tints of Ocean Green #50996E

Color information

#50996E (or 0x50996E) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 6E. RGB value is (80,153,110). Sum of RGB (Red+Green+Blue) = 80+153+110=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #50996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50996E is #AF6691. Grayscale: #7E7E7E. Windows color (decimal): -11495058 or 7248208. OLE color: 7248208.

HSL color Cylindrical-coordinate representation of color #50996E: hue angle of 144.66º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50996E is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB80153110-
CMYK0.4800.280.4
HSL144.66º31.33%45.69%-
HSV(B)144.66º47.71%60%-
XYZ17.5125.6118.77-
YUV126.27118.8295-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=23.32%
G=44.61%
B=32.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531100.4800.280.4144.6631.3345.69
Hex50996E3001C28911f2e
Octal12023115660034502213756
Binary10100001001100111011101100000111001010001001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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