Html Css Color HEX #4AD5AD Medium Aquamarine

📋 copy color: '#4AD5AD'

red 74 ◦ green 213 ◦ blue 173

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

Shades of Medium Aquamarine #4AD5AD

Tints of Medium Aquamarine #4AD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

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

R = 16.09%
G = 46.3%
B = 37.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#4AD5AD (or 0x4AD5AD) is known color: Medium Aquamarine. HEX triplet: 4A, D5 and AD. RGB value is (74,213,173). Sum of RGB (Red+Green+Blue) = 74+213+173=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD5AD is #B52A52. Grayscale: #A6A6A6. Windows color (decimal): -11872851 or 11392330. OLE color: 11392330.

HSL color Cylindrical-coordinate representation of color #4AD5AD: hue angle of 162.73º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5AD is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 213 173 -
CMYK 0.65 0 0.19 0.16
HSL 162.73º 0.62% 0.56% -
HSV(B) 162.73º 0.65% 0.84% -
XYZ 34.16 52.06 47.78 -
YUV 166.88 131.45 61.75 -
System Red Green Blue C M Y K H S L
Decimal 74 213 173 0.65 0 0.19 0.16 162.73 0.62 0.56
Hex 4A D5 AD 41 0 13 10 A3 3E 38
Octal 112 325 255 101 0 23 20 243 76 70
Binary 1001010 11010101 10101101 1000001 0 10011 10000 10100011 111110 111000

Color Harmonies of #4AD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD5AD

Black with #4AD5AD

Text Example


Text Example

White with #4AD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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