Html Css Color HEX #50AD7D Ocean Green

📋 copy color: '#50AD7D'

red 80 ◦ green 173 ◦ blue 125

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

Shades of Ocean Green #50AD7D

Tints of Ocean Green #50AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 21.16%
G = 45.77%
B = 33.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#50AD7D (or 0x50AD7D) is known color: Ocean Green. HEX triplet: 50, AD and 7D. RGB value is (80,173,125). Sum of RGB (Red+Green+Blue) = 80+173+125=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD7D is #AF5282. Grayscale: #8B8B8B. Windows color (decimal): -11489923 or 8236368. OLE color: 8236368.

HSL color Cylindrical-coordinate representation of color #50AD7D: hue angle of 149.03º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD7D is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 125 -
CMYK 0.54 0 0.28 0.32
HSL 149.03º 0.37% 0.5% -
HSV(B) 149.03º 0.54% 0.68% -
XYZ 21.95 33.07 24.63 -
YUV 139.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 80 173 125 0.54 0 0.28 0.32 149.03 0.37 0.5
Hex 50 AD 7D 36 0 1C 20 95 25 32
Octal 120 255 175 66 0 34 40 225 45 62
Binary 1010000 10101101 1111101 110110 0 11100 100000 10010101 100101 110010

Color Harmonies of #50AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD7D

Black with #50AD7D

Text Example


Text Example

White with #50AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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