#50ac6a

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

Shades of Ocean Green #50AC6A

Tints of Ocean Green #50AC6A

Color information

#50AC6A (or 0x50AC6A) is unknown color: approx Ocean Green. HEX triplet: 50, AC and 6A. RGB value is (80,172,106). Sum of RGB (Red+Green+Blue) = 80+172+106=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC6A is #AF5395. Grayscale: #898989. Windows color (decimal): -11490198 or 6990928. OLE color: 6990928.

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

Color convert

RGB80172106-
CMYK0.5300.380.33
HSL136.96º36.51%49.41%-
HSV(B)136.96º53.49%67.45%-
XYZ20.6632.2518.77-
YUV136.97110.5287.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=22.35%
G=48.04%
B=29.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721060.5300.380.33136.9636.5149.41
Hex50AC6A3502621892531
Octal12025415265046412114561
Binary1010000101011001101010110101010011010000110001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ac6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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