Html Css Color HEX #4DEFAA Medium Aquamarine

📋 copy color: '#4DEFAA'

red 77 ◦ green 239 ◦ blue 170

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

Shades of Medium Aquamarine #4DEFAA

Tints of Medium Aquamarine #4DEFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 15.84%
G = 49.18%
B = 34.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#4DEFAA (or 0x4DEFAA) is known color: Medium Aquamarine. HEX triplet: 4D, EF and AA. RGB value is (77,239,170). Sum of RGB (Red+Green+Blue) = 77+239+170=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEFAA is #B21055. Grayscale: #B6B6B6. Windows color (decimal): -11669590 or 11202381. OLE color: 11202381.

HSL color Cylindrical-coordinate representation of color #4DEFAA: hue angle of 154.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFAA is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 170 -
CMYK 0.68 0 0.29 0.06
HSL 154.44º 0.84% 0.62% -
HSV(B) 154.44º 0.68% 0.94% -
XYZ 41.18 66.21 48.64 -
YUV 182.7 120.83 52.61 -
System Red Green Blue C M Y K H S L
Decimal 77 239 170 0.68 0 0.29 0.06 154.44 0.84 0.62
Hex 4D EF AA 44 0 1D 6 9A 54 3E
Octal 115 357 252 104 0 35 6 232 124 76
Binary 1001101 11101111 10101010 1000100 0 11101 110 10011010 1010100 111110

Color Harmonies of #4DEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFAA

Black with #4DEFAA

Text Example


Text Example

White with #4DEFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,239,170); }

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

background-color css

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

 a { background-color: rgb(77,239,170); }

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

border-color css

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

 span { border-color: rgb(77,239,170); }

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