#50B66B

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

Shades of Ocean Green #50B66B

Tints of Ocean Green #50B66B

Color information

#50B66B (or 0x50B66B) is unknown color: approx Ocean Green. HEX triplet: 50, B6 and 6B. RGB value is (80,182,107). Sum of RGB (Red+Green+Blue) = 80+182+107=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #50B66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B66B is #AF4994. Grayscale: #8F8F8F. Windows color (decimal): -11487637 or 7059024. OLE color: 7059024.

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

Color convert

RGB80182107-
CMYK0.5600.410.29
HSL135.88º41.13%51.37%-
HSV(B)135.88º56.04%71.37%-
XYZ22.6936.2219.71-
YUV142.95107.7183.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=21.68%
G=49.32%
B=29.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801821070.5600.410.29135.8841.1351.37
Hex50B66B380291D882933
Octal12026615370051352105163
Binary101000010110110110101111100001010011110110001000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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