#74E3AB

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

Shades of Medium Aquamarine #74E3AB

Tints of Medium Aquamarine #74E3AB

Color information

#74E3AB (or 0x74E3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E3 and AB. RGB value is (116,227,171). Sum of RGB (Red+Green+Blue) = 116+227+171=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E3AB is #8B1C54. Grayscale: #BBBBBB. Windows color (decimal): -9116757 or 11264884. OLE color: 11264884.

HSL color Cylindrical-coordinate representation of color #74E3AB: hue angle of 149.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E3AB is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB116227171-
CMYK0.4900.250.11
HSL149.73º66.47%67.25%-
HSV(B)149.73º48.9%89.02%-
XYZ42.0261.5948.2-
YUV187.43118.7377.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.57%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=22.57%
G=44.16%
B=33.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162271710.4900.250.11149.7366.4767.25
Hex74E3AB31019B964243
Octal1643432536103113226102103
Binary1110100111000111010101111000101100110111001011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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