#74FFA3

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

Shades of Mint Green #74FFA3

Tints of Mint Green #74FFA3

Color information

#74FFA3 (or 0x74FFA3) is unknown color: approx Mint Green. HEX triplet: 74, FF and A3. RGB value is (116,255,163). Sum of RGB (Red+Green+Blue) = 116+255+163=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA3 is #8B005C. Grayscale: #CBCBCB. Windows color (decimal): -9109597 or 10747764. OLE color: 10747764.

HSL color Cylindrical-coordinate representation of color #74FFA3: hue angle of 140.29º 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 #74FFA3 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB116255163-
CMYK0.5500.360
HSL140.29º100%72.75%-
HSV(B)140.29º54.51%100%-
XYZ49.5777.8847.07-
YUV202.95105.4565.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=21.72%
G=47.75%
B=30.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162551630.5500.360140.2910072.75
Hex74FFA33702408c6449
Octal164377243670440214144111
Binary11101001111111110100011110111010010001000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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