#50AB80

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

Shades of Ocean Green #50AB80

Tints of Ocean Green #50AB80

Color information

#50AB80 (or 0x50AB80) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 80. RGB value is (80,171,128). Sum of RGB (Red+Green+Blue) = 80+171+128=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AB80 is #AF547F. Grayscale: #8A8A8A. Windows color (decimal): -11490432 or 8432464. OLE color: 8432464.

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

Color convert

RGB80171128-
CMYK0.5300.250.33
HSL151.65º36.25%49.22%-
HSV(B)151.65º53.22%67.06%-
XYZ21.7732.3925.53-
YUV138.89121.8586-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=21.11%
G=45.12%
B=33.77%

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
Decimal801711280.5300.250.33151.6536.2549.22
Hex50AB803501921982431
Octal12025320065031412304461
Binary1010000101010111000000011010101100110000110011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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