#50B475

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

Shades of Ocean Green #50B475

Tints of Ocean Green #50B475

Color information

#50B475 (or 0x50B475) is unknown color: approx Ocean Green. HEX triplet: 50, B4 and 75. RGB value is (80,180,117). Sum of RGB (Red+Green+Blue) = 80+180+117=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #50B475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B475 is #AF4B8A. Grayscale: #8F8F8F. Windows color (decimal): -11488139 or 7713872. OLE color: 7713872.

HSL color Cylindrical-coordinate representation of color #50B475: hue angle of 142.2º degrees, saturation: 0.4, 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 #50B475 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB80180117-
CMYK0.5600.350.29
HSL142.2º40%50.98%-
HSV(B)142.2º55.56%70.59%-
XYZ22.8435.6322.5-
YUV142.92113.3783.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=21.22%
G=47.75%
B=31.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801170.5600.350.29142.24050.98
Hex50B475380231D8e2833
Octal12026416570043352165063
Binary101000010110100111010111100001000111110110001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,117); }

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

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

 a { background-color: rgb(80,180,117); }

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

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

 span { border-color: rgb(80,180,117); }

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