#50AC81

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

Shades of Ocean Green #50AC81

Tints of Ocean Green #50AC81

Color information

#50AC81 (or 0x50AC81) is unknown color: approx Ocean Green. HEX triplet: 50, AC and 81. RGB value is (80,172,129). Sum of RGB (Red+Green+Blue) = 80+172+129=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC81 is #AF537E. Grayscale: #8B8B8B. Windows color (decimal): -11490175 or 8498256. OLE color: 8498256.

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

Color convert

RGB80172129-
CMYK0.5300.250.33
HSL151.96º36.51%49.41%-
HSV(B)151.96º53.49%67.45%-
XYZ22.0232.825.94-
YUV139.59122.0285.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=21.00%
G=45.14%
B=33.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721290.5300.250.33151.9636.5149.41
Hex50AC813501921982531
Octal12025420165031412304561
Binary1010000101011001000000111010101100110000110011000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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