Html Css Color HEX #4DFAA0 Medium Aquamarine

📋 copy color: '#4DFAA0'

red 77 ◦ green 250 ◦ blue 160

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

Shades of Medium Aquamarine #4DFAA0

Tints of Medium Aquamarine #4DFAA0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.33%

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

R = 15.81%
G = 51.33%
B = 32.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#4DFAA0 (or 0x4DFAA0) is known color: Medium Aquamarine. HEX triplet: 4D, FA and A0. RGB value is (77,250,160). Sum of RGB (Red+Green+Blue) = 77+250+160=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAA0 is #B2055F. Grayscale: #BCBCBC. Windows color (decimal): -11666784 or 10549837. OLE color: 10549837.

HSL color Cylindrical-coordinate representation of color #4DFAA0: hue angle of 148.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAA0 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 160 -
CMYK 0.69 0 0.36 0.02
HSL 148.79º 0.95% 0.64% -
HSV(B) 148.79º 0.69% 0.98% -
XYZ 43.59 72.49 44.95 -
YUV 188.01 112.19 48.82 -
System Red Green Blue C M Y K H S L
Decimal 77 250 160 0.69 0 0.36 0.02 148.79 0.95 0.64
Hex 4D FA A0 45 0 24 2 95 5F 40
Octal 115 372 240 105 0 44 2 225 137 100
Binary 1001101 11111010 10100000 1000101 0 100100 10 10010101 1011111 1000000

Color Harmonies of #4DFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAA0

Black with #4DFAA0

Text Example


Text Example

White with #4DFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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