#74ECA5

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

Shades of Medium Aquamarine #74ECA5

Tints of Medium Aquamarine #74ECA5

Color information

#74ECA5 (or 0x74ECA5) is unknown color: approx Medium Aquamarine. HEX triplet: 74, EC and A5. RGB value is (116,236,165). Sum of RGB (Red+Green+Blue) = 116+236+165=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECA5 is #8B135A. Grayscale: #C0C0C0. Windows color (decimal): -9114459 or 10873972. OLE color: 10873972.

HSL color Cylindrical-coordinate representation of color #74ECA5: hue angle of 144.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ECA5 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB116236165-
CMYK0.5100.300.07
HSL144.5º75.95%69.02%-
HSV(B)144.5º50.85%92.55%-
XYZ43.9966.4246.1-
YUV192.03112.7473.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.44%
GREEN value IS 236 (92.58% from 255) = 45.65%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=22.44%
G=45.65%
B=31.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162361650.5100.300.07144.575.9569.02
Hex74ECA53301E7904c45
Octal164354245630367220114105
Binary111010011101100101001011100110111101111001000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,236,165); }

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

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

 a { background-color: rgb(116,236,165); }

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

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

 span { border-color: rgb(116,236,165); }

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