#50B46F

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

Shades of Ocean Green #50B46F

Tints of Ocean Green #50B46F

Color information

#50B46F (or 0x50B46F) is unknown color: approx Ocean Green. HEX triplet: 50, B4 and 6F. RGB value is (80,180,111). Sum of RGB (Red+Green+Blue) = 80+180+111=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #50B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B46F is #AF4B90. Grayscale: #8E8E8E. Windows color (decimal): -11488145 or 7320656. OLE color: 7320656.

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

Color convert

RGB80180111-
CMYK0.5600.380.29
HSL138.6º40%50.98%-
HSV(B)138.6º55.56%70.59%-
XYZ22.535.520.7-
YUV142.23110.3783.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=21.56%
G=48.52%
B=29.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801110.5600.380.29138.64050.98
Hex50B46F380261D8b2833
Octal12026415770046352135063
Binary101000010110100110111111100001001101110110001011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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