#74C6A1

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

Shades of Medium Aquamarine #74C6A1

Tints of Medium Aquamarine #74C6A1

Color information

#74C6A1 (or 0x74C6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 74, C6 and A1. RGB value is (116,198,161). Sum of RGB (Red+Green+Blue) = 116+198+161=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #74C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C6A1 is #8B395E. Grayscale: #A9A9A9. Windows color (decimal): -9124191 or 10602100. OLE color: 10602100.

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

Color convert

RGB116198161-
CMYK0.4100.190.22
HSL152.93º41.84%61.57%-
HSV(B)152.93º41.41%77.65%-
XYZ33.8346.6740.94-
YUV169.26123.3390.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=24.42%
G=41.68%
B=33.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161981610.4100.190.22152.9341.8461.57
Hex74C6A12901316992a3e
Octal16430624151023262315276
Binary111010011000110101000011010010100111011010011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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