Html Css Color HEX #50AC75 Ocean Green

📋 copy color: '#50AC75'

red 80 ◦ green 172 ◦ blue 117

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

Shades of Ocean Green #50AC75

Tints of Ocean Green #50AC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.61%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 21.68%
G = 46.61%
B = 31.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#50AC75 (or 0x50AC75) is known color: Ocean Green. HEX triplet: 50, AC and 75. RGB value is (80,172,117). Sum of RGB (Red+Green+Blue) = 80+172+117=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC75 is #AF538A. Grayscale: #8A8A8A. Windows color (decimal): -11490187 or 7711824. OLE color: 7711824.

HSL color Cylindrical-coordinate representation of color #50AC75: hue angle of 144.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC75 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 117 -
CMYK 0.53 0 0.32 0.33
HSL 144.13º 0.37% 0.49% -
HSV(B) 144.13º 0.53% 0.67% -
XYZ 21.27 32.49 21.98 -
YUV 138.22 116.02 86.47 -
System Red Green Blue C M Y K H S L
Decimal 80 172 117 0.53 0 0.32 0.33 144.13 0.37 0.49
Hex 50 AC 75 35 0 20 21 90 25 31
Octal 120 254 165 65 0 40 41 220 45 61
Binary 1010000 10101100 1110101 110101 0 100000 100001 10010000 100101 110001

Color Harmonies of #50AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC75

Black with #50AC75

Text Example


Text Example

White with #50AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,117); }

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

background-color css

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

 a { background-color: rgb(80,172,117); }

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

border-color css

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

 span { border-color: rgb(80,172,117); }

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