#50B66C

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

Shades of Ocean Green #50B66C

Tints of Ocean Green #50B66C

Color information

#50B66C (or 0x50B66C) is unknown color: approx Ocean Green. HEX triplet: 50, B6 and 6C. RGB value is (80,182,108). Sum of RGB (Red+Green+Blue) = 80+182+108=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #50B66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B66C is #AF4993. Grayscale: #8F8F8F. Windows color (decimal): -11487636 or 7124560. OLE color: 7124560.

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

Color convert

RGB80182108-
CMYK0.5600.410.29
HSL136.47º41.13%51.37%-
HSV(B)136.47º56.04%71.37%-
XYZ22.7436.2419.98-
YUV143.07108.2183.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=21.62%
G=49.19%
B=29.19%

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
Decimal801821080.5600.410.29136.4741.1351.37
Hex50B66C380291D882933
Octal12026615470051352105163
Binary101000010110110110110011100001010011110110001000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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