Html Css Color HEX #4DDFAA Medium Aquamarine

📋 copy color: '#4DDFAA'

red 77 ◦ green 223 ◦ blue 170

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

Shades of Medium Aquamarine #4DDFAA

Tints of Medium Aquamarine #4DDFAA

RGB

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

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

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

R = 16.38%
G = 47.45%
B = 36.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#4DDFAA (or 0x4DDFAA) is known color: Medium Aquamarine. HEX triplet: 4D, DF and AA. RGB value is (77,223,170). Sum of RGB (Red+Green+Blue) = 77+223+170=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDFAA is #B22055. Grayscale: #ADADAD. Windows color (decimal): -11673686 or 11198285. OLE color: 11198285.

HSL color Cylindrical-coordinate representation of color #4DDFAA: hue angle of 158.22º 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 #4DDFAA is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 170 -
CMYK 0.65 0 0.24 0.13
HSL 158.22º 0.7% 0.59% -
HSV(B) 158.22º 0.65% 0.87% -
XYZ 36.7 57.26 47.15 -
YUV 173.3 126.13 59.31 -
System Red Green Blue C M Y K H S L
Decimal 77 223 170 0.65 0 0.24 0.13 158.22 0.7 0.59
Hex 4D DF AA 41 0 18 D 9E 46 3B
Octal 115 337 252 101 0 30 15 236 106 73
Binary 1001101 11011111 10101010 1000001 0 11000 1101 10011110 1000110 111011

Color Harmonies of #4DDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFAA

Black with #4DDFAA

Text Example


Text Example

White with #4DDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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