#50B17A

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

Shades of Ocean Green #50B17A

Tints of Ocean Green #50B17A

Color information

#50B17A (or 0x50B17A) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 7A. RGB value is (80,177,122). Sum of RGB (Red+Green+Blue) = 80+177+122=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #50B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B17A is #AF4E85. Grayscale: #8D8D8D. Windows color (decimal): -11488902 or 8040784. OLE color: 8040784.

HSL color Cylindrical-coordinate representation of color #50B17A: hue angle of 145.98º 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 #50B17A is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB80177122-
CMYK0.5500.310.31
HSL145.98º38.34%50.39%-
HSV(B)145.98º54.8%69.41%-
XYZ22.5434.5523.89-
YUV141.73116.8683.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=21.11%
G=46.70%
B=32.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771220.5500.310.31145.9838.3450.39
Hex50B17A3701F1F922632
Octal12026117267037372224662
Binary10100001011000111110101101110111111111110010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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