Html Css Color HEX #4AE5AC Medium Aquamarine

📋 copy color: '#4AE5AC'

red 74 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #4AE5AC

Tints of Medium Aquamarine #4AE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.21%

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 15.58%
G = 48.21%
B = 36.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#4AE5AC (or 0x4AE5AC) is known color: Medium Aquamarine. HEX triplet: 4A, E5 and AC. RGB value is (74,229,172). Sum of RGB (Red+Green+Blue) = 74+229+172=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE5AC is #B51A53. Grayscale: #B0B0B0. Windows color (decimal): -11868756 or 11330890. OLE color: 11330890.

HSL color Cylindrical-coordinate representation of color #4AE5AC: hue angle of 157.94º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE5AC is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 229 172 -
CMYK 0.68 0 0.25 0.10
HSL 157.94º 0.75% 0.59% -
HSV(B) 157.94º 0.68% 0.9% -
XYZ 38.29 60.47 48.68 -
YUV 176.16 125.65 55.13 -
System Red Green Blue C M Y K H S L
Decimal 74 229 172 0.68 0 0.25 0.10 157.94 0.75 0.59
Hex 4A E5 AC 44 0 19 A 9E 4B 3B
Octal 112 345 254 104 0 31 12 236 113 73
Binary 1001010 11100101 10101100 1000100 0 11001 1010 10011110 1001011 111011

Color Harmonies of #4AE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE5AC

Black with #4AE5AC

Text Example


Text Example

White with #4AE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,229,172); }

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

background-color css

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

 a { background-color: rgb(74,229,172); }

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

border-color css

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

 span { border-color: rgb(74,229,172); }

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