Html Css Color HEX #4AD2AD Medium Aquamarine

📋 copy color: '#4AD2AD'

red 74 ◦ green 210 ◦ blue 173

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

Shades of Medium Aquamarine #4AD2AD

Tints of Medium Aquamarine #4AD2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 16.19%
G = 45.95%
B = 37.86%

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

#4AD2AD (or 0x4AD2AD) is known color: Medium Aquamarine. HEX triplet: 4A, D2 and AD. RGB value is (74,210,173). Sum of RGB (Red+Green+Blue) = 74+210+173=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD2AD is #B52D52. Grayscale: #A5A5A5. Windows color (decimal): -11873619 or 11391562. OLE color: 11391562.

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

Color convert

RGB 74 210 173 -
CMYK 0.65 0 0.18 0.18
HSL 163.68º 0.6% 0.56% -
HSV(B) 163.68º 0.65% 0.82% -
XYZ 33.41 50.57 47.53 -
YUV 165.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 74 210 173 0.65 0 0.18 0.18 163.68 0.6 0.56
Hex 4A D2 AD 41 0 12 12 A4 3C 38
Octal 112 322 255 101 0 22 22 244 74 70
Binary 1001010 11010010 10101101 1000001 0 10010 10010 10100100 111100 111000

Color Harmonies of #4AD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD2AD

Black with #4AD2AD

Text Example


Text Example

White with #4AD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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