#74CFA6

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

Shades of Medium Aquamarine #74CFA6

Tints of Medium Aquamarine #74CFA6

Color information

#74CFA6 (or 0x74CFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CF and A6. RGB value is (116,207,166). Sum of RGB (Red+Green+Blue) = 116+207+166=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFA6 is #8B3059. Grayscale: #AFAFAF. Windows color (decimal): -9121882 or 10932084. OLE color: 10932084.

HSL color Cylindrical-coordinate representation of color #74CFA6: hue angle of 152.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFA6 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB116207166-
CMYK0.4400.200.19
HSL152.97º48.66%63.33%-
HSV(B)152.97º43.96%81.18%-
XYZ36.451.0944.02-
YUV175.12122.8585.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=23.72%
G=42.33%
B=33.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162071660.4400.200.19152.9748.6663.33
Hex74CFA62C0141399313f
Octal16431724654024232316177
Binary111010011001111101001101011000101001001110011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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