#50AD71

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

Shades of Ocean Green #50AD71

Tints of Ocean Green #50AD71

Color information

#50AD71 (or 0x50AD71) is unknown color: approx Ocean Green. HEX triplet: 50, AD and 71. RGB value is (80,173,113). Sum of RGB (Red+Green+Blue) = 80+173+113=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD71 is #AF528E. Grayscale: #8A8A8A. Windows color (decimal): -11489935 or 7449936. OLE color: 7449936.

HSL color Cylindrical-coordinate representation of color #50AD71: hue angle of 141.29º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD71 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB80173113-
CMYK0.5400.350.32
HSL141.29º36.76%49.61%-
HSV(B)141.29º53.76%67.84%-
XYZ21.2332.7820.83-
YUV138.35113.6986.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=21.86%
G=47.27%
B=30.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731130.5400.350.32141.2936.7649.61
Hex50AD7136023208d2532
Octal12025516166043402154562
Binary1010000101011011110001110110010001110000010001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,113); }

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

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

 a { background-color: rgb(80,173,113); }

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

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

 span { border-color: rgb(80,173,113); }

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