Html Css Color HEX #4AD2AC Medium Aquamarine

📋 copy color: '#4AD2AC'

red 74 ◦ green 210 ◦ blue 172

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

Shades of Medium Aquamarine #4AD2AC

Tints of Medium Aquamarine #4AD2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 16.23%
G = 46.05%
B = 37.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#4AD2AC (or 0x4AD2AC) is known color: Medium Aquamarine. HEX triplet: 4A, D2 and AC. RGB value is (74,210,172). Sum of RGB (Red+Green+Blue) = 74+210+172=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD2AC is #B52D53. Grayscale: #A5A5A5. Windows color (decimal): -11873620 or 11326026. OLE color: 11326026.

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

Color convert

RGB 74 210 172 -
CMYK 0.65 0 0.18 0.18
HSL 163.24º 0.6% 0.56% -
HSV(B) 163.24º 0.65% 0.82% -
XYZ 33.32 50.53 47.03 -
YUV 165 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 74 210 172 0.65 0 0.18 0.18 163.24 0.6 0.56
Hex 4A D2 AC 41 0 12 12 A3 3C 38
Octal 112 322 254 101 0 22 22 243 74 70
Binary 1001010 11010010 10101100 1000001 0 10010 10010 10100011 111100 111000

Color Harmonies of #4AD2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD2AC

Black with #4AD2AC

Text Example


Text Example

White with #4AD2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,210,172); }

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

background-color css

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

 a { background-color: rgb(74,210,172); }

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

border-color css

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

 span { border-color: rgb(74,210,172); }

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