#74FFA4

Color #74FFA4 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #74FFA4

Tints of Mint Green #74FFA4

Color information

#74FFA4 (or 0x74FFA4) is unknown color: approx Mint Green. HEX triplet: 74, FF and A4. RGB value is (116,255,164). Sum of RGB (Red+Green+Blue) = 116+255+164=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA4 is #8B005B. Grayscale: #CBCBCB. Windows color (decimal): -9109596 or 10813300. OLE color: 10813300.

HSL color Cylindrical-coordinate representation of color #74FFA4: hue angle of 140.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFA4 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB116255164-
CMYK0.5500.360
HSL140.72º100%72.75%-
HSV(B)140.72º54.51%100%-
XYZ49.6677.9147.54-
YUV203.06105.9565.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=21.68%
G=47.66%
B=30.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162551640.5500.360140.7210072.75
Hex74FFA43702408d6449
Octal164377244670440215144111
Binary11101001111111110100100110111010010001000110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,255,164); }

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

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

 a { background-color: rgb(116,255,164); }

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

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

 span { border-color: rgb(116,255,164); }

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