Html Css Color HEX #4DFAA8 Medium Aquamarine

📋 copy color: '#4DFAA8'

red 77 ◦ green 250 ◦ blue 168

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

Shades of Medium Aquamarine #4DFAA8

Tints of Medium Aquamarine #4DFAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 15.56%
G = 50.51%
B = 33.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#4DFAA8 (or 0x4DFAA8) is known color: Medium Aquamarine. HEX triplet: 4D, FA and A8. RGB value is (77,250,168). Sum of RGB (Red+Green+Blue) = 77+250+168=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAA8 is #B20557. Grayscale: #BDBDBD. Windows color (decimal): -11666776 or 11074125. OLE color: 11074125.

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

Color convert

RGB 77 250 168 -
CMYK 0.69 0 0.33 0.02
HSL 151.56º 0.95% 0.64% -
HSV(B) 151.56º 0.69% 0.98% -
XYZ 44.31 72.78 48.76 -
YUV 188.93 116.19 48.17 -
System Red Green Blue C M Y K H S L
Decimal 77 250 168 0.69 0 0.33 0.02 151.56 0.95 0.64
Hex 4D FA A8 45 0 21 2 98 5F 40
Octal 115 372 250 105 0 41 2 230 137 100
Binary 1001101 11111010 10101000 1000101 0 100001 10 10011000 1011111 1000000

Color Harmonies of #4DFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAA8

Black with #4DFAA8

Text Example


Text Example

White with #4DFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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