Html Css Color HEX #4ADEAA Medium Aquamarine

📋 copy color: '#4ADEAA'

red 74 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #4ADEAA

Tints of Medium Aquamarine #4ADEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 15.88%
G = 47.64%
B = 36.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#4ADEAA (or 0x4ADEAA) is known color: Medium Aquamarine. HEX triplet: 4A, DE and AA. RGB value is (74,222,170). Sum of RGB (Red+Green+Blue) = 74+222+170=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEAA is #B52155. Grayscale: #ABABAB. Windows color (decimal): -11870550 or 11198026. OLE color: 11198026.

HSL color Cylindrical-coordinate representation of color #4ADEAA: hue angle of 158.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADEAA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 170 -
CMYK 0.67 0 0.23 0.13
HSL 158.92º 0.69% 0.58% -
HSV(B) 158.92º 0.67% 0.87% -
XYZ 36.2 56.6 47.05 -
YUV 171.82 126.97 58.23 -
System Red Green Blue C M Y K H S L
Decimal 74 222 170 0.67 0 0.23 0.13 158.92 0.69 0.58
Hex 4A DE AA 43 0 17 D 9F 45 3A
Octal 112 336 252 103 0 27 15 237 105 72
Binary 1001010 11011110 10101010 1000011 0 10111 1101 10011111 1000101 111010

Color Harmonies of #4ADEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADEAA

Black with #4ADEAA

Text Example


Text Example

White with #4ADEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,222,170); }

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

background-color css

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

 a { background-color: rgb(74,222,170); }

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

border-color css

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

 span { border-color: rgb(74,222,170); }

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