Html Css Color HEX #4DF8A0 Medium Aquamarine

📋 copy color: '#4DF8A0'

red 77 ◦ green 248 ◦ blue 160

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

Shades of Medium Aquamarine #4DF8A0

Tints of Medium Aquamarine #4DF8A0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.13%

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

R = 15.88%
G = 51.13%
B = 32.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#4DF8A0 (or 0x4DF8A0) is known color: Medium Aquamarine. HEX triplet: 4D, F8 and A0. RGB value is (77,248,160). Sum of RGB (Red+Green+Blue) = 77+248+160=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF8A0 is #B2075F. Grayscale: #BBBBBB. Windows color (decimal): -11667296 or 10549325. OLE color: 10549325.

HSL color Cylindrical-coordinate representation of color #4DF8A0: hue angle of 149.12º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8A0 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 160 -
CMYK 0.69 0 0.35 0.03
HSL 149.12º 0.92% 0.64% -
HSV(B) 149.12º 0.69% 0.97% -
XYZ 42.97 71.25 44.75 -
YUV 186.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 77 248 160 0.69 0 0.35 0.03 149.12 0.92 0.64
Hex 4D F8 A0 45 0 23 3 95 5C 40
Octal 115 370 240 105 0 43 3 225 134 100
Binary 1001101 11111000 10100000 1000101 0 100011 11 10010101 1011100 1000000

Color Harmonies of #4DF8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF8A0

Black with #4DF8A0

Text Example


Text Example

White with #4DF8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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