#74C2A3

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

Shades of Medium Aquamarine #74C2A3

Tints of Medium Aquamarine #74C2A3

Color information

#74C2A3 (or 0x74C2A3) is unknown color: approx Medium Aquamarine. HEX triplet: 74, C2 and A3. RGB value is (116,194,163). Sum of RGB (Red+Green+Blue) = 116+194+163=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2A3 is #8B3D5C. Grayscale: #A7A7A7. Windows color (decimal): -9125213 or 10732148. OLE color: 10732148.

HSL color Cylindrical-coordinate representation of color #74C2A3: hue angle of 156.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C2A3 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB116194163-
CMYK0.4000.160.24
HSL156.15º39%60.78%-
HSV(B)156.15º40.21%76.08%-
XYZ33.1144.9441.58-
YUV167.14125.6691.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.52%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=24.52%
G=41.01%
B=34.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941630.4000.160.24156.153960.78
Hex74C2A328010189c273d
Octal16430224350020302344775
Binary111010011000010101000111010000100001100010011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,194,163); }

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

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

 a { background-color: rgb(116,194,163); }

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

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

 span { border-color: rgb(116,194,163); }

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