#50B46E

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

Shades of Ocean Green #50B46E

Tints of Ocean Green #50B46E

Color information

#50B46E (or 0x50B46E) is unknown color: approx Ocean Green. HEX triplet: 50, B4 and 6E. RGB value is (80,180,110). Sum of RGB (Red+Green+Blue) = 80+180+110=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #50B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B46E is #AF4B91. Grayscale: #8E8E8E. Windows color (decimal): -11488146 or 7255120. OLE color: 7255120.

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

Color convert

RGB80180110-
CMYK0.5600.390.29
HSL138º40%50.98%-
HSV(B)138º55.56%70.59%-
XYZ22.4435.4720.42-
YUV142.12109.8783.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=21.62%
G=48.65%
B=29.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801100.5600.390.291384050.98
Hex50B46E380271D8a2833
Octal12026415670047352125063
Binary101000010110100110111011100001001111110110001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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