#50AD74

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

Shades of Ocean Green #50AD74

Tints of Ocean Green #50AD74

Color information

#50AD74 (or 0x50AD74) is unknown color: approx Ocean Green. HEX triplet: 50, AD and 74. RGB value is (80,173,116). Sum of RGB (Red+Green+Blue) = 80+173+116=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD74 is #AF528B. Grayscale: #8A8A8A. Windows color (decimal): -11489932 or 7646544. OLE color: 7646544.

HSL color Cylindrical-coordinate representation of color #50AD74: hue angle of 143.23º 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 #50AD74 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB80173116-
CMYK0.5400.330.32
HSL143.23º36.76%49.61%-
HSV(B)143.23º53.76%67.84%-
XYZ21.432.8521.74-
YUV138.7115.1986.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=21.68%
G=46.88%
B=31.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731160.5400.330.32143.2336.7649.61
Hex50AD7436021208f2532
Octal12025516466041402174562
Binary1010000101011011110100110110010000110000010001111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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