Html Css Color HEX #4DFAAA Medium Aquamarine

📋 copy color: '#4DFAAA'

red 77 ◦ green 250 ◦ blue 170

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

Shades of Medium Aquamarine #4DFAAA

Tints of Medium Aquamarine #4DFAAA

RGB

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

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

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

R = 15.49%
G = 50.3%
B = 34.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#4DFAAA (or 0x4DFAAA) is known color: Medium Aquamarine. HEX triplet: 4D, FA and AA. RGB value is (77,250,170). Sum of RGB (Red+Green+Blue) = 77+250+170=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAAA is #B20555. Grayscale: #BDBDBD. Windows color (decimal): -11666774 or 11205197. OLE color: 11205197.

HSL color Cylindrical-coordinate representation of color #4DFAAA: hue angle of 152.25º 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 #4DFAAA is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 170 -
CMYK 0.69 0 0.32 0.02
HSL 152.25º 0.95% 0.64% -
HSV(B) 152.25º 0.69% 0.98% -
XYZ 44.5 72.85 49.75 -
YUV 189.15 117.19 48 -
System Red Green Blue C M Y K H S L
Decimal 77 250 170 0.69 0 0.32 0.02 152.25 0.95 0.64
Hex 4D FA AA 45 0 20 2 98 5F 40
Octal 115 372 252 105 0 40 2 230 137 100
Binary 1001101 11111010 10101010 1000101 0 100000 10 10011000 1011111 1000000

Color Harmonies of #4DFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAAA

Black with #4DFAAA

Text Example


Text Example

White with #4DFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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