Html Css Color HEX #4ADCA9 Medium Aquamarine

📋 copy color: '#4ADCA9'

red 74 ◦ green 220 ◦ blue 169

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

Shades of Medium Aquamarine #4ADCA9

Tints of Medium Aquamarine #4ADCA9

RGB

 RED value IS 74 (29.3% from 255) = 15.98%

 GREEN value IS 220 (86.33% from 255) = 47.52%

 BLUE value IS 169 (66.41% from 255) = 36.5%

R = 15.98%
G = 47.52%
B = 36.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#4ADCA9 (or 0x4ADCA9) is known color: Medium Aquamarine. HEX triplet: 4A, DC and A9. RGB value is (74,220,169). Sum of RGB (Red+Green+Blue) = 74+220+169=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCA9 is #B52356. Grayscale: #AAAAAA. Windows color (decimal): -11871063 or 11131978. OLE color: 11131978.

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

Color convert

RGB 74 220 169 -
CMYK 0.66 0 0.23 0.14
HSL 159.04º 0.68% 0.58% -
HSV(B) 159.04º 0.66% 0.86% -
XYZ 35.58 55.51 46.37 -
YUV 170.53 127.13 59.15 -
System Red Green Blue C M Y K H S L
Decimal 74 220 169 0.66 0 0.23 0.14 159.04 0.68 0.58
Hex 4A DC A9 42 0 17 E 9F 44 3A
Octal 112 334 251 102 0 27 16 237 104 72
Binary 1001010 11011100 10101001 1000010 0 10111 1110 10011111 1000100 111010

Color Harmonies of #4ADCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCA9

Black with #4ADCA9

Text Example


Text Example

White with #4ADCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,169); }

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

background-color css

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

 a { background-color: rgb(74,220,169); }

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

border-color css

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

 span { border-color: rgb(74,220,169); }

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