#50A96D

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

Shades of Ocean Green #50A96D

Tints of Ocean Green #50A96D

Color information

#50A96D (or 0x50A96D) is unknown color: approx Ocean Green. HEX triplet: 50, A9 and 6D. RGB value is (80,169,109). Sum of RGB (Red+Green+Blue) = 80+169+109=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #50A96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A96D is #AF5692. Grayscale: #878787. Windows color (decimal): -11490963 or 7186768. OLE color: 7186768.

HSL color Cylindrical-coordinate representation of color #50A96D: hue angle of 139.55º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A96D is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB80169109-
CMYK0.5300.360.34
HSL139.55º35.74%48.82%-
HSV(B)139.55º52.66%66.27%-
XYZ20.2631.1919.42-
YUV135.55113.0188.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 169 (66.41% from 255) = 47.21%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=22.35%
G=47.21%
B=30.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801691090.5300.360.34139.5535.7448.82
Hex50A96D35024228c2431
Octal12025115565044422144461
Binary1010000101010011101101110101010010010001010001100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A96D; }

 p { color: rgb(80,169,109); }

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

<style>
 a { background-color: #50A96D; }

 a { background-color: rgb(80,169,109); }

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

<style>
 span { border-color: #50A96D; }

 span { border-color: rgb(80,169,109); }

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