#74F1A7

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

Shades of Medium Aquamarine #74F1A7

Tints of Medium Aquamarine #74F1A7

Color information

#74F1A7 (or 0x74F1A7) is unknown color: approx Medium Aquamarine. HEX triplet: 74, F1 and A7. RGB value is (116,241,167). Sum of RGB (Red+Green+Blue) = 116+241+167=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F1A7 is #8B0E58. Grayscale: #C3C3C3. Windows color (decimal): -9113177 or 11006324. OLE color: 11006324.

HSL color Cylindrical-coordinate representation of color #74F1A7: hue angle of 144.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F1A7 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB116241167-
CMYK0.5200.310.05
HSL144.48º81.7%70%-
HSV(B)144.48º51.87%94.51%-
XYZ45.6369.4147.55-
YUV195.19112.0971.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.14%
GREEN value IS 241 (94.53% from 255) = 45.99%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=22.14%
G=45.99%
B=31.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162411670.5200.310.05144.4881.770
Hex74F1A73401F5905246
Octal164361247640375220122106
Binary111010011110001101001111101000111111011001000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,241,167); }

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

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

 a { background-color: rgb(116,241,167); }

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

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

 span { border-color: rgb(116,241,167); }

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