Html Css Color HEX #50D398 Medium Aquamarine

📋 copy color: '#50D398'

red 80 ◦ green 211 ◦ blue 152

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

Shades of Medium Aquamarine #50D398

Tints of Medium Aquamarine #50D398

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.63%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 18.06%
G = 47.63%
B = 34.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#50D398 (or 0x50D398) is known color: Medium Aquamarine. HEX triplet: 50, D3 and 98. RGB value is (80,211,152). Sum of RGB (Red+Green+Blue) = 80+211+152=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #50D398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D398 is #AF2C67. Grayscale: #A5A5A5. Windows color (decimal): -11480168 or 10015568. OLE color: 10015568.

HSL color Cylindrical-coordinate representation of color #50D398: hue angle of 152.98º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D398 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 152 -
CMYK 0.62 0 0.28 0.17
HSL 152.98º 0.6% 0.57% -
HSV(B) 152.98º 0.62% 0.83% -
XYZ 32.27 50.56 37.76 -
YUV 165.11 120.6 67.3 -
System Red Green Blue C M Y K H S L
Decimal 80 211 152 0.62 0 0.28 0.17 152.98 0.6 0.57
Hex 50 D3 98 3E 0 1C 11 99 3C 39
Octal 120 323 230 76 0 34 21 231 74 71
Binary 1010000 11010011 10011000 111110 0 11100 10001 10011001 111100 111001

Color Harmonies of #50D398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D398

Black with #50D398

Text Example


Text Example

White with #50D398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,152); }

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

background-color css

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

 a { background-color: rgb(80,211,152); }

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

border-color css

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

 span { border-color: rgb(80,211,152); }

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