#50B185

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

Shades of Ocean Green #50B185

Tints of Ocean Green #50B185

Color information

#50B185 (or 0x50B185) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 85. RGB value is (80,177,133). Sum of RGB (Red+Green+Blue) = 80+177+133=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #50B185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B185 is #AF4E7A. Grayscale: #8F8F8F. Windows color (decimal): -11488891 or 8761680. OLE color: 8761680.

HSL color Cylindrical-coordinate representation of color #50B185: hue angle of 152.78º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B185 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB80177133-
CMYK0.5500.250.31
HSL152.78º38.34%50.39%-
HSV(B)152.78º54.8%69.41%-
XYZ23.2634.8427.69-
YUV142.98122.3683.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=20.51%
G=45.38%
B=34.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771330.5500.250.31152.7838.3450.39
Hex50B185370191F992632
Octal12026120567031372314662
Binary101000010110001100001011101110110011111110011001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,133); }

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

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

 a { background-color: rgb(80,177,133); }

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

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

 span { border-color: rgb(80,177,133); }

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