#50B183

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

Shades of Ocean Green #50B183

Tints of Ocean Green #50B183

Color information

#50B183 (or 0x50B183) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 83. RGB value is (80,177,131). Sum of RGB (Red+Green+Blue) = 80+177+131=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #50B183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B183 is #AF4E7C. Grayscale: #8E8E8E. Windows color (decimal): -11488893 or 8630608. OLE color: 8630608.

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

Color convert

RGB80177131-
CMYK0.5500.260.31
HSL151.55º38.34%50.39%-
HSV(B)151.55º54.8%69.41%-
XYZ23.1334.7926.97-
YUV142.75121.3683.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=20.62%
G=45.62%
B=33.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771310.5500.260.31151.5538.3450.39
Hex50B1833701A1F982632
Octal12026120367032372304662
Binary101000010110001100000111101110110101111110011000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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