#74C9A2

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

Shades of Medium Aquamarine #74C9A2

Tints of Medium Aquamarine #74C9A2

Color information

#74C9A2 (or 0x74C9A2) is unknown color: approx Medium Aquamarine. HEX triplet: 74, C9 and A2. RGB value is (116,201,162). Sum of RGB (Red+Green+Blue) = 116+201+162=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #74C9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C9A2 is #8B365D. Grayscale: #ABABAB. Windows color (decimal): -9123422 or 10668404. OLE color: 10668404.

HSL color Cylindrical-coordinate representation of color #74C9A2: hue angle of 152.47º 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 #74C9A2 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB116201162-
CMYK0.4200.190.21
HSL152.47º44.04%62.16%-
HSV(B)152.47º42.29%78.82%-
XYZ34.6148.0941.64-
YUV171.14122.8488.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=24.22%
G=41.96%
B=33.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011620.4200.190.21152.4744.0462.16
Hex74C9A22A01315982c3e
Octal16431124252023252305476
Binary111010011001001101000101010100100111010110011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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