#50AE81

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

Shades of Ocean Green #50AE81

Tints of Ocean Green #50AE81

Color information

#50AE81 (or 0x50AE81) is unknown color: approx Ocean Green. HEX triplet: 50, AE and 81. RGB value is (80,174,129). Sum of RGB (Red+Green+Blue) = 80+174+129=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE81 is #AF517E. Grayscale: #8C8C8C. Windows color (decimal): -11489663 or 8498768. OLE color: 8498768.

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

Color convert

RGB80174129-
CMYK0.5400.260.32
HSL151.28º37.01%49.8%-
HSV(B)151.28º54.02%68.24%-
XYZ22.4133.5626.07-
YUV140.76121.3684.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=20.89%
G=45.43%
B=33.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741290.5400.260.32151.2837.0149.8
Hex50AE813601A20972532
Octal12025620166032402274562
Binary1010000101011101000000111011001101010000010010111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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