#74EAC9

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

Shades of Aquamarine #74EAC9

Tints of Aquamarine #74EAC9

Color information

#74EAC9 (or 0x74EAC9) is unknown color: approx Aquamarine. HEX triplet: 74, EA and C9. RGB value is (116,234,201). Sum of RGB (Red+Green+Blue) = 116+234+201=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAC9 is #8B1536. Grayscale: #C2C2C2. Windows color (decimal): -9114935 or 13232756. OLE color: 13232756.

HSL color Cylindrical-coordinate representation of color #74EAC9: hue angle of 163.22º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAC9 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB116234201-
CMYK0.5000.140.08
HSL163.22º73.75%68.63%-
HSV(B)163.22º50.43%91.76%-
XYZ47.1766.7865.66-
YUV194.96131.4171.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.05%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=21.05%
G=42.47%
B=36.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162342010.5000.140.08163.2273.7568.63
Hex74EAC9320E8a34a45
Octal1643523116201610243112105
Binary111010011101010110010011100100111010001010001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,234,201); }

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

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

 a { background-color: rgb(116,234,201); }

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

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

 span { border-color: rgb(116,234,201); }

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