#50AC80

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

Shades of Ocean Green #50AC80

Tints of Ocean Green #50AC80

Color information

#50AC80 (or 0x50AC80) is unknown color: approx Ocean Green. HEX triplet: 50, AC and 80. RGB value is (80,172,128). Sum of RGB (Red+Green+Blue) = 80+172+128=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC80 is #AF537F. Grayscale: #8B8B8B. Windows color (decimal): -11490176 or 8432720. OLE color: 8432720.

HSL color Cylindrical-coordinate representation of color #50AC80: hue angle of 151.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC80 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB80172128-
CMYK0.5300.260.33
HSL151.3º36.51%49.41%-
HSV(B)151.3º53.49%67.45%-
XYZ21.9632.7725.59-
YUV139.48121.5285.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 172 (67.58% from 255) = 45.26%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=21.05%
G=45.26%
B=33.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721280.5300.260.33151.336.5149.41
Hex50AC803501A21972531
Octal12025420065032412274561
Binary1010000101011001000000011010101101010000110010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,128); }

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

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

 a { background-color: rgb(80,172,128); }

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

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

 span { border-color: rgb(80,172,128); }

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