Html Css Color HEX #4AD8AD Medium Aquamarine

📋 copy color: '#4AD8AD'

red 74 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #4AD8AD

Tints of Medium Aquamarine #4AD8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.65%

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

R = 15.98%
G = 46.65%
B = 37.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#4AD8AD (or 0x4AD8AD) is known color: Medium Aquamarine. HEX triplet: 4A, D8 and AD. RGB value is (74,216,173). Sum of RGB (Red+Green+Blue) = 74+216+173=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD8AD is #B52752. Grayscale: #A8A8A8. Windows color (decimal): -11872083 or 11393098. OLE color: 11393098.

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

Color convert

RGB 74 216 173 -
CMYK 0.66 0 0.20 0.15
HSL 161.83º 0.65% 0.57% -
HSV(B) 161.83º 0.66% 0.85% -
XYZ 34.92 53.58 48.04 -
YUV 168.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 74 216 173 0.66 0 0.20 0.15 161.83 0.65 0.57
Hex 4A D8 AD 42 0 14 F A2 41 39
Octal 112 330 255 102 0 24 17 242 101 71
Binary 1001010 11011000 10101101 1000010 0 10100 1111 10100010 1000001 111001

Color Harmonies of #4AD8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD8AD

Black with #4AD8AD

Text Example


Text Example

White with #4AD8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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