Html Css Color HEX #4DFEA0 Medium Aquamarine

📋 copy color: '#4DFEA0'

red 77 ◦ green 254 ◦ blue 160

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

Shades of Medium Aquamarine #4DFEA0

Tints of Medium Aquamarine #4DFEA0

RGB

 RED value IS 77 (30.47% from 255) = 15.68%

 GREEN value IS 254 (99.61% from 255) = 51.73%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 15.68%
G = 51.73%
B = 32.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#4DFEA0 (or 0x4DFEA0) is known color: Medium Aquamarine. HEX triplet: 4D, FE and A0. RGB value is (77,254,160). Sum of RGB (Red+Green+Blue) = 77+254+160=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFEA0 is #B2015F. Grayscale: #BEBEBE. Windows color (decimal): -11665760 or 10550861. OLE color: 10550861.

HSL color Cylindrical-coordinate representation of color #4DFEA0: hue angle of 148.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEA0 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 160 -
CMYK 0.70 0 0.37 0.00
HSL 148.14º 0.99% 0.65% -
HSV(B) 148.14º 0.7% 1% -
XYZ 44.85 75 45.37 -
YUV 190.36 110.86 47.14 -
System Red Green Blue C M Y K H S L
Decimal 77 254 160 0.70 0 0.37 0.00 148.14 0.99 0.65
Hex 4D FE A0 46 0 25 0 94 63 41
Octal 115 376 240 106 0 45 0 224 143 101
Binary 1001101 11111110 10100000 1000110 0 100101 0 10010100 1100011 1000001

Color Harmonies of #4DFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEA0

Black with #4DFEA0

Text Example


Text Example

White with #4DFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DFEA0; }

 p { color: rgb(77,254,160); }

 H1.HeaderClassName
 {
   color: #4DFEA0;
 }
 .AnyTagClassName
 {
   color: #4DFEA0;
 }
</style>

background-color css

<style>
 a { background-color: #4DFEA0; }

 a { background-color: rgb(77,254,160); }

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

border-color css

<style>
 span { border-color: #4DFEA0; }

 span { border-color: rgb(77,254,160); }

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