Html Css Color HEX #4DFAA5 Medium Aquamarine

📋 copy color: '#4DFAA5'

red 77 ◦ green 250 ◦ blue 165

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

Shades of Medium Aquamarine #4DFAA5

Tints of Medium Aquamarine #4DFAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 15.65%
G = 50.81%
B = 33.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#4DFAA5 (or 0x4DFAA5) is known color: Medium Aquamarine. HEX triplet: 4D, FA and A5. RGB value is (77,250,165). Sum of RGB (Red+Green+Blue) = 77+250+165=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAA5 is #B2055A. Grayscale: #BCBCBC. Windows color (decimal): -11666779 or 10877517. OLE color: 10877517.

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

Color convert

RGB 77 250 165 -
CMYK 0.69 0 0.34 0.02
HSL 150.52º 0.95% 0.64% -
HSV(B) 150.52º 0.69% 0.98% -
XYZ 44.04 72.67 47.3 -
YUV 188.58 114.69 48.41 -
System Red Green Blue C M Y K H S L
Decimal 77 250 165 0.69 0 0.34 0.02 150.52 0.95 0.64
Hex 4D FA A5 45 0 22 2 97 5F 40
Octal 115 372 245 105 0 42 2 227 137 100
Binary 1001101 11111010 10100101 1000101 0 100010 10 10010111 1011111 1000000

Color Harmonies of #4DFAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAA5

Black with #4DFAA5

Text Example


Text Example

White with #4DFAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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