Html Css Color HEX #50A67C Ocean Green

📋 copy color: '#50A67C'

red 80 ◦ green 166 ◦ blue 124

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

Shades of Ocean Green #50A67C

Tints of Ocean Green #50A67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 21.62%
G = 44.86%
B = 33.51%

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

#50A67C (or 0x50A67C) is known color: Ocean Green. HEX triplet: 50, A6 and 7C. RGB value is (80,166,124). Sum of RGB (Red+Green+Blue) = 80+166+124=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #50A67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A67C is #AF5983. Grayscale: #878787. Windows color (decimal): -11491716 or 8169040. OLE color: 8169040.

HSL color Cylindrical-coordinate representation of color #50A67C: hue angle of 150.7º 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 #50A67C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 124 -
CMYK 0.52 0 0.25 0.35
HSL 150.7º 0.35% 0.48% -
HSV(B) 150.7º 0.52% 0.65% -
XYZ 20.58 30.43 23.86 -
YUV 135.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 80 166 124 0.52 0 0.25 0.35 150.7 0.35 0.48
Hex 50 A6 7C 34 0 19 23 97 23 30
Octal 120 246 174 64 0 31 43 227 43 60
Binary 1010000 10100110 1111100 110100 0 11001 100011 10010111 100011 110000

Color Harmonies of #50A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A67C

Black with #50A67C

Text Example


Text Example

White with #50A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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