Html Css Color HEX #50A77D Ocean Green

📋 copy color: '#50A77D'

red 80 ◦ green 167 ◦ blue 125

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

Shades of Ocean Green #50A77D

Tints of Ocean Green #50A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 21.51%
G = 44.89%
B = 33.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#50A77D (or 0x50A77D) is known color: Ocean Green. HEX triplet: 50, A7 and 7D. RGB value is (80,167,125). Sum of RGB (Red+Green+Blue) = 80+167+125=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #50A77D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A77D is #AF5882. Grayscale: #888888. Windows color (decimal): -11491459 or 8234832. OLE color: 8234832.

HSL color Cylindrical-coordinate representation of color #50A77D: hue angle of 151.03º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A77D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 125 -
CMYK 0.52 0 0.25 0.35
HSL 151.03º 0.35% 0.48% -
HSV(B) 151.03º 0.52% 0.65% -
XYZ 20.83 30.82 24.25 -
YUV 136.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 80 167 125 0.52 0 0.25 0.35 151.03 0.35 0.48
Hex 50 A7 7D 34 0 19 23 97 23 30
Octal 120 247 175 64 0 31 43 227 43 60
Binary 1010000 10100111 1111101 110100 0 11001 100011 10010111 100011 110000

Color Harmonies of #50A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A77D

Black with #50A77D

Text Example


Text Example

White with #50A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,125); }

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

background-color css

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

 a { background-color: rgb(80,167,125); }

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

border-color css

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

 span { border-color: rgb(80,167,125); }

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