Html Css Color HEX #50B175 Ocean Green

📋 copy color: '#50B175'

red 80 ◦ green 177 ◦ blue 117

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

Shades of Ocean Green #50B175

Tints of Ocean Green #50B175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 21.39%
G = 47.33%
B = 31.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#50B175 (or 0x50B175) is known color: Ocean Green. HEX triplet: 50, B1 and 75. RGB value is (80,177,117). Sum of RGB (Red+Green+Blue) = 80+177+117=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #50B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B175 is #AF4E8A. Grayscale: #8D8D8D. Windows color (decimal): -11488907 or 7713104. OLE color: 7713104.

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

Color convert

RGB 80 177 117 -
CMYK 0.55 0 0.34 0.31
HSL 142.89º 0.38% 0.5% -
HSV(B) 142.89º 0.55% 0.69% -
XYZ 22.24 34.43 22.3 -
YUV 141.16 114.36 84.38 -
System Red Green Blue C M Y K H S L
Decimal 80 177 117 0.55 0 0.34 0.31 142.89 0.38 0.5
Hex 50 B1 75 37 0 22 1F 8F 26 32
Octal 120 261 165 67 0 42 37 217 46 62
Binary 1010000 10110001 1110101 110111 0 100010 11111 10001111 100110 110010

Color Harmonies of #50B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B175

Black with #50B175

Text Example


Text Example

White with #50B175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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