Html Css Color HEX #4AE1B1 Medium Aquamarine

📋 copy color: '#4AE1B1'

red 74 ◦ green 225 ◦ blue 177

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

Shades of Medium Aquamarine #4AE1B1

Tints of Medium Aquamarine #4AE1B1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 15.55%
G = 47.27%
B = 37.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#4AE1B1 (or 0x4AE1B1) is known color: Medium Aquamarine. HEX triplet: 4A, E1 and B1. RGB value is (74,225,177). Sum of RGB (Red+Green+Blue) = 74+225+177=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE1B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE1B1 is #B51E4E. Grayscale: #AEAEAE. Windows color (decimal): -11869775 or 11657546. OLE color: 11657546.

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

Color convert

RGB 74 225 177 -
CMYK 0.67 0 0.21 0.12
HSL 160.93º 0.72% 0.59% -
HSV(B) 160.93º 0.67% 0.88% -
XYZ 37.69 58.48 50.9 -
YUV 174.38 129.47 56.4 -
System Red Green Blue C M Y K H S L
Decimal 74 225 177 0.67 0 0.21 0.12 160.93 0.72 0.59
Hex 4A E1 B1 43 0 15 C A1 48 3B
Octal 112 341 261 103 0 25 14 241 110 73
Binary 1001010 11100001 10110001 1000011 0 10101 1100 10100001 1001000 111011

Color Harmonies of #4AE1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE1B1

Black with #4AE1B1

Text Example


Text Example

White with #4AE1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,225,177); }

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

background-color css

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

 a { background-color: rgb(74,225,177); }

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

border-color css

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

 span { border-color: rgb(74,225,177); }

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