Html Css Color HEX #4DD8A3 Medium Aquamarine

📋 copy color: '#4DD8A3'

red 77 ◦ green 216 ◦ blue 163

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

Shades of Medium Aquamarine #4DD8A3

Tints of Medium Aquamarine #4DD8A3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.37%

 BLUE value IS 163 (64.06% from 255) = 35.75%

R = 16.89%
G = 47.37%
B = 35.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#4DD8A3 (or 0x4DD8A3) is known color: Medium Aquamarine. HEX triplet: 4D, D8 and A3. RGB value is (77,216,163). Sum of RGB (Red+Green+Blue) = 77+216+163=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD8A3 is #B2275C. Grayscale: #A8A8A8. Windows color (decimal): -11675485 or 10737741. OLE color: 10737741.

HSL color Cylindrical-coordinate representation of color #4DD8A3: hue angle of 157.12º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD8A3 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 216 163 -
CMYK 0.64 0 0.25 0.15
HSL 157.12º 0.64% 0.57% -
HSV(B) 157.12º 0.64% 0.85% -
XYZ 34.23 53.33 43.14 -
YUV 168.4 124.95 62.81 -
System Red Green Blue C M Y K H S L
Decimal 77 216 163 0.64 0 0.25 0.15 157.12 0.64 0.57
Hex 4D D8 A3 40 0 19 F 9D 40 39
Octal 115 330 243 100 0 31 17 235 100 71
Binary 1001101 11011000 10100011 1000000 0 11001 1111 10011101 1000000 111001

Color Harmonies of #4DD8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD8A3

Black with #4DD8A3

Text Example


Text Example

White with #4DD8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,216,163); }

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

background-color css

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

 a { background-color: rgb(77,216,163); }

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

border-color css

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

 span { border-color: rgb(77,216,163); }

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