Html Css Color HEX #4AE0AF Medium Aquamarine

📋 copy color: '#4AE0AF'

red 74 ◦ green 224 ◦ blue 175

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

Shades of Medium Aquamarine #4AE0AF

Tints of Medium Aquamarine #4AE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 15.64%
G = 47.36%
B = 37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#4AE0AF (or 0x4AE0AF) is known color: Medium Aquamarine. HEX triplet: 4A, E0 and AF. RGB value is (74,224,175). Sum of RGB (Red+Green+Blue) = 74+224+175=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE0AF is #B51F50. Grayscale: #ADADAD. Windows color (decimal): -11870033 or 11526218. OLE color: 11526218.

HSL color Cylindrical-coordinate representation of color #4AE0AF: hue angle of 160.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0AF is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 224 175 -
CMYK 0.67 0 0.22 0.12
HSL 160.4º 0.71% 0.58% -
HSV(B) 160.4º 0.67% 0.88% -
XYZ 37.22 57.86 49.76 -
YUV 173.56 128.81 56.98 -
System Red Green Blue C M Y K H S L
Decimal 74 224 175 0.67 0 0.22 0.12 160.4 0.71 0.58
Hex 4A E0 AF 43 0 16 C A0 47 3A
Octal 112 340 257 103 0 26 14 240 107 72
Binary 1001010 11100000 10101111 1000011 0 10110 1100 10100000 1000111 111010

Color Harmonies of #4AE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE0AF

Black with #4AE0AF

Text Example


Text Example

White with #4AE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,224,175); }

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

background-color css

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

 a { background-color: rgb(74,224,175); }

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

border-color css

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

 span { border-color: rgb(74,224,175); }

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