#74e1ab

Color #74E1AB Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #74E1AB

Tints of Medium Aquamarine #74E1AB

Color information

#74E1AB (or 0x74E1AB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E1 and AB. RGB value is (116,225,171). Sum of RGB (Red+Green+Blue) = 116+225+171=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E1AB is #8B1E54. Grayscale: #BABABA. Windows color (decimal): -9117269 or 11264372. OLE color: 11264372.

HSL color Cylindrical-coordinate representation of color #74E1AB: hue angle of 150.28º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E1AB is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB116225171-
CMYK0.4800.240.12
HSL150.28º64.5%66.86%-
HSV(B)150.28º48.44%88.24%-
XYZ41.4860.548.02-
YUV186.25119.3977.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=22.66%
G=43.95%
B=33.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162251710.4800.240.12150.2864.566.86
Hex74E1AB30018C964043
Octal1643412536003014226100103
Binary1110100111000011010101111000001100011001001011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74e1ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74e1ab; }

 p { color: rgb(116,225,171); }

 H1.HeaderClassName
 {
   color: #74e1ab;
 }
 .AnyTagClassName
 {
   color: #74e1ab;
 }
</style>
background-color css

<style>
 a { background-color: #74e1ab; }

 a { background-color: rgb(116,225,171); }

 div.DivClassName
 {
   background-color: #74e1ab;
 }
 .BgClassName
 {
   background-color: #74e1ab;
 }
</style>
border-color css

<style>
 span { border-color: #74e1ab; }

 span { border-color: rgb(116,225,171); }

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