#74C6A6

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

Shades of Medium Aquamarine #74C6A6

Tints of Medium Aquamarine #74C6A6

Color information

#74C6A6 (or 0x74C6A6) is unknown color: approx Medium Aquamarine. HEX triplet: 74, C6 and A6. RGB value is (116,198,166). Sum of RGB (Red+Green+Blue) = 116+198+166=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #74C6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C6A6 is #8B3959. Grayscale: #A9A9A9. Windows color (decimal): -9124186 or 10929780. OLE color: 10929780.

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

Color convert

RGB116198166-
CMYK0.4100.160.22
HSL156.59º41.84%61.57%-
HSV(B)156.59º41.41%77.65%-
XYZ34.2846.8543.31-
YUV169.83125.8389.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=24.17%
G=41.25%
B=34.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161981660.4100.160.22156.5941.8461.57
Hex74C6A629010169d2a3e
Octal16430624651020262355276
Binary111010011000110101001101010010100001011010011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,198,166); }

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

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

 a { background-color: rgb(116,198,166); }

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

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

 span { border-color: rgb(116,198,166); }

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