Html Css Color HEX #50DE98 Medium Aquamarine

📋 copy color: '#50DE98'

red 80 ◦ green 222 ◦ blue 152

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

Shades of Medium Aquamarine #50DE98

Tints of Medium Aquamarine #50DE98

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.9%

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

R = 17.62%
G = 48.9%
B = 33.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#50DE98 (or 0x50DE98) is known color: Medium Aquamarine. HEX triplet: 50, DE and 98. RGB value is (80,222,152). Sum of RGB (Red+Green+Blue) = 80+222+152=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE98 is #AF2167. Grayscale: #ABABAB. Windows color (decimal): -11477352 or 10018384. OLE color: 10018384.

HSL color Cylindrical-coordinate representation of color #50DE98: hue angle of 150.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DE98 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 152 -
CMYK 0.64 0 0.32 0.13
HSL 150.42º 0.68% 0.59% -
HSV(B) 150.42º 0.64% 0.87% -
XYZ 35.1 56.22 38.71 -
YUV 171.56 116.96 62.69 -
System Red Green Blue C M Y K H S L
Decimal 80 222 152 0.64 0 0.32 0.13 150.42 0.68 0.59
Hex 50 DE 98 40 0 20 D 96 44 3B
Octal 120 336 230 100 0 40 15 226 104 73
Binary 1010000 11011110 10011000 1000000 0 100000 1101 10010110 1000100 111011

Color Harmonies of #50DE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE98

Black with #50DE98

Text Example


Text Example

White with #50DE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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