#74E0AB

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

Shades of Medium Aquamarine #74E0AB

Tints of Medium Aquamarine #74E0AB

Color information

#74E0AB (or 0x74E0AB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E0 and AB. RGB value is (116,224,171). Sum of RGB (Red+Green+Blue) = 116+224+171=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #74E0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E0AB is #8B1F54. Grayscale: #B9B9B9. Windows color (decimal): -9117525 or 11264116. OLE color: 11264116.

HSL color Cylindrical-coordinate representation of color #74E0AB: hue angle of 150.56º 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 #74E0AB is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB116224171-
CMYK0.4800.240.12
HSL150.56º63.53%66.67%-
HSV(B)150.56º48.21%87.84%-
XYZ41.2159.9647.93-
YUV185.67119.7278.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.70%
GREEN value IS 224 (87.89% from 255) = 43.84%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=22.70%
G=43.84%
B=33.46%

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
Decimal1162241710.4800.240.12150.5663.5366.67
Hex74E0AB30018C974043
Octal1643402536003014227100103
Binary1110100111000001010101111000001100011001001011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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