Html Css Color HEX #4DF2AC Medium Aquamarine

📋 copy color: '#4DF2AC'

red 77 ◦ green 242 ◦ blue 172

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

Shades of Medium Aquamarine #4DF2AC

Tints of Medium Aquamarine #4DF2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.29%

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 15.68%
G = 49.29%
B = 35.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#4DF2AC (or 0x4DF2AC) is known color: Medium Aquamarine. HEX triplet: 4D, F2 and AC. RGB value is (77,242,172). Sum of RGB (Red+Green+Blue) = 77+242+172=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF2AC is #B20D53. Grayscale: #B8B8B8. Windows color (decimal): -11668820 or 11334221. OLE color: 11334221.

HSL color Cylindrical-coordinate representation of color #4DF2AC: hue angle of 154.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2AC is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 242 172 -
CMYK 0.68 0 0.29 0.05
HSL 154.55º 0.86% 0.63% -
HSV(B) 154.55º 0.68% 0.95% -
XYZ 42.26 68.06 49.94 -
YUV 184.69 120.84 51.19 -
System Red Green Blue C M Y K H S L
Decimal 77 242 172 0.68 0 0.29 0.05 154.55 0.86 0.63
Hex 4D F2 AC 44 0 1D 5 9B 56 3F
Octal 115 362 254 104 0 35 5 233 126 77
Binary 1001101 11110010 10101100 1000100 0 11101 101 10011011 1010110 111111

Color Harmonies of #4DF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2AC

Black with #4DF2AC

Text Example


Text Example

White with #4DF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,242,172); }

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

background-color css

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

 a { background-color: rgb(77,242,172); }

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

border-color css

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

 span { border-color: rgb(77,242,172); }

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