Html Css Color HEX #50A975 Ocean Green

📋 copy color: '#50A975'

red 80 ◦ green 169 ◦ blue 117

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

Shades of Ocean Green #50A975

Tints of Ocean Green #50A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.17%

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

R = 21.86%
G = 46.17%
B = 31.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#50A975 (or 0x50A975) is known color: Ocean Green. HEX triplet: 50, A9 and 75. RGB value is (80,169,117). Sum of RGB (Red+Green+Blue) = 80+169+117=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #50A975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A975 is #AF568A. Grayscale: #888888. Windows color (decimal): -11490955 or 7711056. OLE color: 7711056.

HSL color Cylindrical-coordinate representation of color #50A975: hue angle of 144.94º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A975 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 117 -
CMYK 0.53 0 0.31 0.34
HSL 144.94º 0.36% 0.49% -
HSV(B) 144.94º 0.53% 0.66% -
XYZ 20.71 31.37 21.79 -
YUV 136.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 80 169 117 0.53 0 0.31 0.34 144.94 0.36 0.49
Hex 50 A9 75 35 0 1F 22 91 24 31
Octal 120 251 165 65 0 37 42 221 44 61
Binary 1010000 10101001 1110101 110101 0 11111 100010 10010001 100100 110001

Color Harmonies of #50A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A975

Black with #50A975

Text Example


Text Example

White with #50A975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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