#50A568

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

Shades of Ocean Green #50A568

Tints of Ocean Green #50A568

Color information

#50A568 (or 0x50A568) is unknown color: approx Ocean Green. HEX triplet: 50, A5 and 68. RGB value is (80,165,104). Sum of RGB (Red+Green+Blue) = 80+165+104=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #50A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A568 is #AF5A97. Grayscale: #848484. Windows color (decimal): -11491992 or 6858064. OLE color: 6858064.

HSL color Cylindrical-coordinate representation of color #50A568: hue angle of 136.94º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A568 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB80165104-
CMYK0.5200.370.35
HSL136.94º34.69%48.04%-
HSV(B)136.94º51.52%64.71%-
XYZ19.2629.6217.8-
YUV132.63111.8490.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=22.92%
G=47.28%
B=29.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal801651040.5200.370.35136.9434.6948.04
Hex50A5683402523892330
Octal12024515064045432114360
Binary1010000101001011101000110100010010110001110001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,165,104); }

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

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

 a { background-color: rgb(80,165,104); }

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

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

 span { border-color: rgb(80,165,104); }

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