Html Css Color HEX #4DDBA5 Medium Aquamarine

📋 copy color: '#4DDBA5'

red 77 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #4DDBA5

Tints of Medium Aquamarine #4DDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 16.7%
G = 47.51%
B = 35.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#4DDBA5 (or 0x4DDBA5) is known color: Medium Aquamarine. HEX triplet: 4D, DB and A5. RGB value is (77,219,165). Sum of RGB (Red+Green+Blue) = 77+219+165=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA5 is #B2245A. Grayscale: #AAAAAA. Windows color (decimal): -11674715 or 10869581. OLE color: 10869581.

HSL color Cylindrical-coordinate representation of color #4DDBA5: hue angle of 157.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBA5 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 165 -
CMYK 0.65 0 0.25 0.14
HSL 157.18º 0.66% 0.58% -
HSV(B) 157.18º 0.65% 0.86% -
XYZ 35.18 54.96 44.35 -
YUV 170.39 124.96 61.39 -
System Red Green Blue C M Y K H S L
Decimal 77 219 165 0.65 0 0.25 0.14 157.18 0.66 0.58
Hex 4D DB A5 41 0 19 E 9D 42 3A
Octal 115 333 245 101 0 31 16 235 102 72
Binary 1001101 11011011 10100101 1000001 0 11001 1110 10011101 1000010 111010

Color Harmonies of #4DDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBA5

Black with #4DDBA5

Text Example


Text Example

White with #4DDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,165); }

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

background-color css

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

 a { background-color: rgb(77,219,165); }

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

border-color css

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

 span { border-color: rgb(77,219,165); }

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