Html Css Color HEX #50A985 Ocean Green

📋 copy color: '#50A985'

red 80 ◦ green 169 ◦ blue 133

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

Shades of Ocean Green #50A985

Tints of Ocean Green #50A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 20.94%
G = 44.24%
B = 34.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#50A985 (or 0x50A985) is known color: Ocean Green. HEX triplet: 50, A9 and 85. RGB value is (80,169,133). Sum of RGB (Red+Green+Blue) = 80+169+133=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #50A985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A985 is #AF567A. Grayscale: #8A8A8A. Windows color (decimal): -11490939 or 8759632. OLE color: 8759632.

HSL color Cylindrical-coordinate representation of color #50A985: hue angle of 155.73º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A985 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 133 -
CMYK 0.53 0 0.21 0.34
HSL 155.73º 0.36% 0.49% -
HSV(B) 155.73º 0.53% 0.66% -
XYZ 21.73 31.77 27.18 -
YUV 138.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 80 169 133 0.53 0 0.21 0.34 155.73 0.36 0.49
Hex 50 A9 85 35 0 15 22 9C 24 31
Octal 120 251 205 65 0 25 42 234 44 61
Binary 1010000 10101001 10000101 110101 0 10101 100010 10011100 100100 110001

Color Harmonies of #50A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A985

Black with #50A985

Text Example


Text Example

White with #50A985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,133); }

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

background-color css

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

 a { background-color: rgb(80,169,133); }

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

border-color css

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

 span { border-color: rgb(80,169,133); }

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