#50AB7E

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

Shades of Ocean Green #50AB7E

Tints of Ocean Green #50AB7E

Color information

#50AB7E (or 0x50AB7E) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 7E. RGB value is (80,171,126). Sum of RGB (Red+Green+Blue) = 80+171+126=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB7E is #AF5481. Grayscale: #8A8A8A. Windows color (decimal): -11490434 or 8301392. OLE color: 8301392.

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

Color convert

RGB80171126-
CMYK0.5300.260.33
HSL150.33º36.25%49.22%-
HSV(B)150.33º53.22%67.06%-
XYZ21.6432.3424.84-
YUV138.66120.8586.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=21.22%
G=45.36%
B=33.42%

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
Decimal801711260.5300.260.33150.3336.2549.22
Hex50AB7E3501A21962431
Octal12025317665032412264461
Binary101000010101011111111011010101101010000110010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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