Html Css Color HEX #4DF2AB Medium Aquamarine

📋 copy color: '#4DF2AB'

red 77 ◦ green 242 ◦ blue 171

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

Shades of Medium Aquamarine #4DF2AB

Tints of Medium Aquamarine #4DF2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 15.71%
G = 49.39%
B = 34.9%

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

#4DF2AB (or 0x4DF2AB) is known color: Medium Aquamarine. HEX triplet: 4D, F2 and AB. RGB value is (77,242,171). Sum of RGB (Red+Green+Blue) = 77+242+171=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF2AB is #B20D54. Grayscale: #B8B8B8. Windows color (decimal): -11668821 or 11268685. OLE color: 11268685.

HSL color Cylindrical-coordinate representation of color #4DF2AB: hue angle of 154.18º 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 #4DF2AB is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 242 171 -
CMYK 0.68 0 0.29 0.05
HSL 154.18º 0.86% 0.63% -
HSV(B) 154.18º 0.68% 0.95% -
XYZ 42.16 68.02 49.44 -
YUV 184.57 120.34 51.27 -
System Red Green Blue C M Y K H S L
Decimal 77 242 171 0.68 0 0.29 0.05 154.18 0.86 0.63
Hex 4D F2 AB 44 0 1D 5 9A 56 3F
Octal 115 362 253 104 0 35 5 232 126 77
Binary 1001101 11110010 10101011 1000100 0 11101 101 10011010 1010110 111111

Color Harmonies of #4DF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2AB

Black with #4DF2AB

Text Example


Text Example

White with #4DF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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