Html Css Color HEX #50A07C Ocean Green

📋 copy color: '#50A07C'

red 80 ◦ green 160 ◦ blue 124

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

Shades of Ocean Green #50A07C

Tints of Ocean Green #50A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 21.98%
G = 43.96%
B = 34.07%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#50A07C (or 0x50A07C) is known color: Ocean Green. HEX triplet: 50, A0 and 7C. RGB value is (80,160,124). Sum of RGB (Red+Green+Blue) = 80+160+124=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #50A07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A07C is #AF5F83. Grayscale: #848484. Windows color (decimal): -11493252 or 8167504. OLE color: 8167504.

HSL color Cylindrical-coordinate representation of color #50A07C: hue angle of 153º degrees, saturation: 0.33, 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 #50A07C is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 124 -
CMYK 0.5 0 0.22 0.37
HSL 153º 0.33% 0.47% -
HSV(B) 153º 0.5% 0.63% -
XYZ 19.52 28.3 23.5 -
YUV 131.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 80 160 124 0.5 0 0.22 0.37 153 0.33 0.47
Hex 50 A0 7C 32 0 16 25 99 21 2F
Octal 120 240 174 62 0 26 45 231 41 57
Binary 1010000 10100000 1111100 110010 0 10110 100101 10011001 100001 101111

Color Harmonies of #50A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A07C

Black with #50A07C

Text Example


Text Example

White with #50A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,160,124); }

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

background-color css

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

 a { background-color: rgb(80,160,124); }

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

border-color css

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

 span { border-color: rgb(80,160,124); }

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