#50B679

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

Shades of Ocean Green #50B679

Tints of Ocean Green #50B679

Color information

#50B679 (or 0x50B679) is unknown color: approx Ocean Green. HEX triplet: 50, B6 and 79. RGB value is (80,182,121). Sum of RGB (Red+Green+Blue) = 80+182+121=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #50B679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B679 is #AF4986. Grayscale: #909090. Windows color (decimal): -11487623 or 7976528. OLE color: 7976528.

HSL color Cylindrical-coordinate representation of color #50B679: hue angle of 144.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B679 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB80182121-
CMYK0.5600.340.29
HSL144.12º41.13%51.37%-
HSV(B)144.12º56.04%71.37%-
XYZ23.4936.5423.9-
YUV144.55114.7181.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=20.89%
G=47.52%
B=31.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801821210.5600.340.29144.1241.1351.37
Hex50B679380221D902933
Octal12026617170042352205163
Binary101000010110110111100111100001000101110110010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,121); }

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

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

 a { background-color: rgb(80,182,121); }

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

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

 span { border-color: rgb(80,182,121); }

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