Html Css Color HEX #50B184 Ocean Green

📋 copy color: '#50B184'

red 80 ◦ green 177 ◦ blue 132

#50B184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #50B184

Tints of Ocean Green #50B184

RGB

 RED value IS 80 (31.64% from 255) = 20.57%

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 20.57%
G = 45.5%
B = 33.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#50B184 (or 0x50B184) is known color: Ocean Green. HEX triplet: 50, B1 and 84. RGB value is (80,177,132). Sum of RGB (Red+Green+Blue) = 80+177+132=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #50B184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B184 is #AF4E7B. Grayscale: #8E8E8E. Windows color (decimal): -11488892 or 8696144. OLE color: 8696144.

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

Color convert

RGB 80 177 132 -
CMYK 0.55 0 0.25 0.31
HSL 152.16º 0.38% 0.5% -
HSV(B) 152.16º 0.55% 0.69% -
XYZ 23.2 34.82 27.33 -
YUV 142.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 80 177 132 0.55 0 0.25 0.31 152.16 0.38 0.5
Hex 50 B1 84 37 0 19 1F 98 26 32
Octal 120 261 204 67 0 31 37 230 46 62
Binary 1010000 10110001 10000100 110111 0 11001 11111 10011000 100110 110010

Color Harmonies of #50B184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B184

Black with #50B184

Text Example


Text Example

White with #50B184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B184;
 }
 .AnyTagClassName
 {
   color: #50B184;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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