#74C9A8

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

Shades of Medium Aquamarine #74C9A8

Tints of Medium Aquamarine #74C9A8

Color information

#74C9A8 (or 0x74C9A8) is unknown color: approx Medium Aquamarine. HEX triplet: 74, C9 and A8. RGB value is (116,201,168). Sum of RGB (Red+Green+Blue) = 116+201+168=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #74C9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C9A8 is #8B3657. Grayscale: #ABABAB. Windows color (decimal): -9123416 or 11061620. OLE color: 11061620.

HSL color Cylindrical-coordinate representation of color #74C9A8: hue angle of 156.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C9A8 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB116201168-
CMYK0.4200.160.21
HSL156.71º44.04%62.16%-
HSV(B)156.71º42.29%78.82%-
XYZ35.1648.3144.52-
YUV171.82125.8488.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=23.92%
G=41.44%
B=34.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011680.4200.160.21156.7144.0462.16
Hex74C9A82A010159d2c3e
Octal16431125052020252355476
Binary111010011001001101010001010100100001010110011101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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