Html Css Color HEX #4AECAC Medium Aquamarine

📋 copy color: '#4AECAC'

red 74 ◦ green 236 ◦ blue 172

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

Shades of Medium Aquamarine #4AECAC

Tints of Medium Aquamarine #4AECAC

RGB

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

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

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

R = 15.35%
G = 48.96%
B = 35.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#4AECAC (or 0x4AECAC) is known color: Medium Aquamarine. HEX triplet: 4A, EC and AC. RGB value is (74,236,172). Sum of RGB (Red+Green+Blue) = 74+236+172=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AECAC is #B51353. Grayscale: #B4B4B4. Windows color (decimal): -11866964 or 11332682. OLE color: 11332682.

HSL color Cylindrical-coordinate representation of color #4AECAC: hue angle of 156.3º 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 #4AECAC is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 172 -
CMYK 0.69 0 0.27 0.07
HSL 156.3º 0.81% 0.61% -
HSV(B) 156.3º 0.69% 0.93% -
XYZ 40.27 64.43 49.34 -
YUV 180.27 123.33 52.2 -
System Red Green Blue C M Y K H S L
Decimal 74 236 172 0.69 0 0.27 0.07 156.3 0.81 0.61
Hex 4A EC AC 45 0 1B 7 9C 51 3D
Octal 112 354 254 105 0 33 7 234 121 75
Binary 1001010 11101100 10101100 1000101 0 11011 111 10011100 1010001 111101

Color Harmonies of #4AECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECAC

Black with #4AECAC

Text Example


Text Example

White with #4AECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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