Html Css Color HEX #50A976 Ocean Green

📋 copy color: '#50A976'

red 80 ◦ green 169 ◦ blue 118

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

Shades of Ocean Green #50A976

Tints of Ocean Green #50A976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 21.8%
G = 46.05%
B = 32.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#50A976 (or 0x50A976) is known color: Ocean Green. HEX triplet: 50, A9 and 76. RGB value is (80,169,118). Sum of RGB (Red+Green+Blue) = 80+169+118=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #50A976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A976 is #AF5689. Grayscale: #888888. Windows color (decimal): -11490954 or 7776592. OLE color: 7776592.

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

Color convert

RGB 80 169 118 -
CMYK 0.53 0 0.30 0.34
HSL 145.62º 0.36% 0.49% -
HSV(B) 145.62º 0.53% 0.66% -
XYZ 20.77 31.39 22.1 -
YUV 136.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 80 169 118 0.53 0 0.30 0.34 145.62 0.36 0.49
Hex 50 A9 76 35 0 1E 22 92 24 31
Octal 120 251 166 65 0 36 42 222 44 61
Binary 1010000 10101001 1110110 110101 0 11110 100010 10010010 100100 110001

Color Harmonies of #50A976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A976

Black with #50A976

Text Example


Text Example

White with #50A976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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