Html Css Color HEX #4AD7AD Medium Aquamarine

📋 copy color: '#4AD7AD'

red 74 ◦ green 215 ◦ blue 173

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

Shades of Medium Aquamarine #4AD7AD

Tints of Medium Aquamarine #4AD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

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

R = 16.02%
G = 46.54%
B = 37.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#4AD7AD (or 0x4AD7AD) is known color: Medium Aquamarine. HEX triplet: 4A, D7 and AD. RGB value is (74,215,173). Sum of RGB (Red+Green+Blue) = 74+215+173=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD7AD is #B52852. Grayscale: #A8A8A8. Windows color (decimal): -11872339 or 11392842. OLE color: 11392842.

HSL color Cylindrical-coordinate representation of color #4AD7AD: hue angle of 162.13º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD7AD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 215 173 -
CMYK 0.66 0 0.20 0.16
HSL 162.13º 0.64% 0.57% -
HSV(B) 162.13º 0.66% 0.84% -
XYZ 34.67 53.07 47.95 -
YUV 168.05 130.79 60.92 -
System Red Green Blue C M Y K H S L
Decimal 74 215 173 0.66 0 0.20 0.16 162.13 0.64 0.57
Hex 4A D7 AD 42 0 14 10 A2 40 39
Octal 112 327 255 102 0 24 20 242 100 71
Binary 1001010 11010111 10101101 1000010 0 10100 10000 10100010 1000000 111001

Color Harmonies of #4AD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD7AD

Black with #4AD7AD

Text Example


Text Example

White with #4AD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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