Html Css Color HEX #4AE8AA Medium Aquamarine

📋 copy color: '#4AE8AA'

red 74 ◦ green 232 ◦ blue 170

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

Shades of Medium Aquamarine #4AE8AA

Tints of Medium Aquamarine #4AE8AA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.74%

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

R = 15.55%
G = 48.74%
B = 35.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#4AE8AA (or 0x4AE8AA) is known color: Medium Aquamarine. HEX triplet: 4A, E8 and AA. RGB value is (74,232,170). Sum of RGB (Red+Green+Blue) = 74+232+170=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE8AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE8AA is #B51755. Grayscale: #B1B1B1. Windows color (decimal): -11867990 or 11200586. OLE color: 11200586.

HSL color Cylindrical-coordinate representation of color #4AE8AA: hue angle of 156.46º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE8AA is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 232 170 -
CMYK 0.68 0 0.27 0.09
HSL 156.46º 0.77% 0.6% -
HSV(B) 156.46º 0.68% 0.91% -
XYZ 38.94 62.07 47.96 -
YUV 177.69 123.65 54.04 -
System Red Green Blue C M Y K H S L
Decimal 74 232 170 0.68 0 0.27 0.09 156.46 0.77 0.6
Hex 4A E8 AA 44 0 1B 9 9C 4D 3C
Octal 112 350 252 104 0 33 11 234 115 74
Binary 1001010 11101000 10101010 1000100 0 11011 1001 10011100 1001101 111100

Color Harmonies of #4AE8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE8AA

Black with #4AE8AA

Text Example


Text Example

White with #4AE8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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