Html Css Color HEX #4DD2AE Medium Aquamarine

📋 copy color: '#4DD2AE'

red 77 ◦ green 210 ◦ blue 174

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

Shades of Medium Aquamarine #4DD2AE

Tints of Medium Aquamarine #4DD2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 16.7%
G = 45.55%
B = 37.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#4DD2AE (or 0x4DD2AE) is known color: Medium Aquamarine. HEX triplet: 4D, D2 and AE. RGB value is (77,210,174). Sum of RGB (Red+Green+Blue) = 77+210+174=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD2AE is #B22D51. Grayscale: #A6A6A6. Windows color (decimal): -11677010 or 11457101. OLE color: 11457101.

HSL color Cylindrical-coordinate representation of color #4DD2AE: hue angle of 163.76º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD2AE is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 210 174 -
CMYK 0.63 0 0.17 0.18
HSL 163.76º 0.6% 0.56% -
HSV(B) 163.76º 0.63% 0.82% -
XYZ 33.75 50.73 48.06 -
YUV 166.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 77 210 174 0.63 0 0.17 0.18 163.76 0.6 0.56
Hex 4D D2 AE 3F 0 11 12 A4 3C 38
Octal 115 322 256 77 0 21 22 244 74 70
Binary 1001101 11010010 10101110 111111 0 10001 10010 10100100 111100 111000

Color Harmonies of #4DD2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD2AE

Black with #4DD2AE

Text Example


Text Example

White with #4DD2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,210,174); }

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

background-color css

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

 a { background-color: rgb(77,210,174); }

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

border-color css

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

 span { border-color: rgb(77,210,174); }

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