Html Css Color HEX #4DDFA8 Medium Aquamarine

📋 copy color: '#4DDFA8'

red 77 ◦ green 223 ◦ blue 168

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

Shades of Medium Aquamarine #4DDFA8

Tints of Medium Aquamarine #4DDFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

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

R = 16.45%
G = 47.65%
B = 35.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#4DDFA8 (or 0x4DDFA8) is known color: Medium Aquamarine. HEX triplet: 4D, DF and A8. RGB value is (77,223,168). Sum of RGB (Red+Green+Blue) = 77+223+168=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDFA8 is #B22057. Grayscale: #ADADAD. Windows color (decimal): -11673688 or 11067213. OLE color: 11067213.

HSL color Cylindrical-coordinate representation of color #4DDFA8: hue angle of 157.4º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFA8 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 168 -
CMYK 0.65 0 0.25 0.13
HSL 157.4º 0.7% 0.59% -
HSV(B) 157.4º 0.65% 0.87% -
XYZ 36.52 57.18 46.16 -
YUV 173.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 77 223 168 0.65 0 0.25 0.13 157.4 0.7 0.59
Hex 4D DF A8 41 0 19 D 9D 46 3B
Octal 115 337 250 101 0 31 15 235 106 73
Binary 1001101 11011111 10101000 1000001 0 11001 1101 10011101 1000110 111011

Color Harmonies of #4DDFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFA8

Black with #4DDFA8

Text Example


Text Example

White with #4DDFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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