Html Css Color HEX #4DDBA2 Medium Aquamarine

📋 copy color: '#4DDBA2'

red 77 ◦ green 219 ◦ blue 162

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

Shades of Medium Aquamarine #4DDBA2

Tints of Medium Aquamarine #4DDBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 16.81%
G = 47.82%
B = 35.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#4DDBA2 (or 0x4DDBA2) is known color: Medium Aquamarine. HEX triplet: 4D, DB and A2. RGB value is (77,219,162). Sum of RGB (Red+Green+Blue) = 77+219+162=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA2 is #B2245D. Grayscale: #AAAAAA. Windows color (decimal): -11674718 or 10672973. OLE color: 10672973.

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

Color convert

RGB 77 219 162 -
CMYK 0.65 0 0.26 0.14
HSL 155.92º 0.66% 0.58% -
HSV(B) 155.92º 0.65% 0.86% -
XYZ 34.91 54.85 42.93 -
YUV 170.04 123.46 61.63 -
System Red Green Blue C M Y K H S L
Decimal 77 219 162 0.65 0 0.26 0.14 155.92 0.66 0.58
Hex 4D DB A2 41 0 1A E 9C 42 3A
Octal 115 333 242 101 0 32 16 234 102 72
Binary 1001101 11011011 10100010 1000001 0 11010 1110 10011100 1000010 111010

Color Harmonies of #4DDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBA2

Black with #4DDBA2

Text Example


Text Example

White with #4DDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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