Html Css Color HEX #4DD7AF Medium Aquamarine

📋 copy color: '#4DD7AF'

red 77 ◦ green 215 ◦ blue 175

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

Shades of Medium Aquamarine #4DD7AF

Tints of Medium Aquamarine #4DD7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 16.49%
G = 46.04%
B = 37.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#4DD7AF (or 0x4DD7AF) is known color: Medium Aquamarine. HEX triplet: 4D, D7 and AF. RGB value is (77,215,175). Sum of RGB (Red+Green+Blue) = 77+215+175=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD7AF is #B22850. Grayscale: #A9A9A9. Windows color (decimal): -11675729 or 11523917. OLE color: 11523917.

HSL color Cylindrical-coordinate representation of color #4DD7AF: hue angle of 162.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD7AF is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 215 175 -
CMYK 0.64 0 0.19 0.16
HSL 162.61º 0.63% 0.57% -
HSV(B) 162.61º 0.64% 0.84% -
XYZ 35.1 53.27 48.99 -
YUV 169.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 77 215 175 0.64 0 0.19 0.16 162.61 0.63 0.57
Hex 4D D7 AF 40 0 13 10 A3 3F 39
Octal 115 327 257 100 0 23 20 243 77 71
Binary 1001101 11010111 10101111 1000000 0 10011 10000 10100011 111111 111001

Color Harmonies of #4DD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD7AF

Black with #4DD7AF

Text Example


Text Example

White with #4DD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,215,175); }

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

background-color css

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

 a { background-color: rgb(77,215,175); }

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

border-color css

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

 span { border-color: rgb(77,215,175); }

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