Html Css Color HEX #50A175 Ocean Green

📋 copy color: '#50A175'

red 80 ◦ green 161 ◦ blue 117

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

Shades of Ocean Green #50A175

Tints of Ocean Green #50A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 22.35%
G = 44.97%
B = 32.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#50A175 (or 0x50A175) is known color: Ocean Green. HEX triplet: 50, A1 and 75. RGB value is (80,161,117). Sum of RGB (Red+Green+Blue) = 80+161+117=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #50A175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A175 is #AF5E8A. Grayscale: #838383. Windows color (decimal): -11493003 or 7709008. OLE color: 7709008.

HSL color Cylindrical-coordinate representation of color #50A175: hue angle of 147.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A175 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 117 -
CMYK 0.50 0 0.27 0.37
HSL 147.41º 0.34% 0.47% -
HSV(B) 147.41º 0.5% 0.63% -
XYZ 19.26 28.48 21.31 -
YUV 131.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 80 161 117 0.50 0 0.27 0.37 147.41 0.34 0.47
Hex 50 A1 75 32 0 1B 25 93 22 2F
Octal 120 241 165 62 0 33 45 223 42 57
Binary 1010000 10100001 1110101 110010 0 11011 100101 10010011 100010 101111

Color Harmonies of #50A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A175

Black with #50A175

Text Example


Text Example

White with #50A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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