Html Css Color HEX #4AECAA Medium Aquamarine

📋 copy color: '#4AECAA'

red 74 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #4AECAA

Tints of Medium Aquamarine #4AECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.17%

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

R = 15.42%
G = 49.17%
B = 35.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#4AECAA (or 0x4AECAA) is known color: Medium Aquamarine. HEX triplet: 4A, EC and AA. RGB value is (74,236,170). Sum of RGB (Red+Green+Blue) = 74+236+170=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AECAA is #B51355. Grayscale: #B4B4B4. Windows color (decimal): -11866966 or 11201610. OLE color: 11201610.

HSL color Cylindrical-coordinate representation of color #4AECAA: hue angle of 155.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECAA is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 170 -
CMYK 0.69 0 0.28 0.07
HSL 155.56º 0.81% 0.61% -
HSV(B) 155.56º 0.69% 0.93% -
XYZ 40.08 64.35 48.34 -
YUV 180.04 122.33 52.37 -
System Red Green Blue C M Y K H S L
Decimal 74 236 170 0.69 0 0.28 0.07 155.56 0.81 0.61
Hex 4A EC AA 45 0 1C 7 9C 51 3D
Octal 112 354 252 105 0 34 7 234 121 75
Binary 1001010 11101100 10101010 1000101 0 11100 111 10011100 1010001 111101

Color Harmonies of #4AECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECAA

Black with #4AECAA

Text Example


Text Example

White with #4AECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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