Shades of Mint Green #74FFA5
Tints of Mint Green #74FFA5
RGB
CMYK
RGB Variations
Color information
#74FFA5 (or 0x74FFA5) is known color: Mint Green. HEX triplet: 74, FF and A5. RGB value is (116,255,165). Sum of RGB (Red+Green+Blue) = 116+255+165=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA5 is #8B005A. Grayscale: #CBCBCB. Windows color (decimal): -9109595 or 10878836. OLE color: 10878836.
HSL color Cylindrical-coordinate representation of color #74FFA5: hue angle of 141.15º 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 #74FFA5 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 165 | - |
| CMYK | 0.55 | 0 | 0.35 | 0 |
| HSL | 141.15º | 1% | 0.73% | - |
| HSV(B) | 141.15º | 0.55% | 1% | - |
| XYZ | 49.75 | 77.95 | 48.02 | - |
| YUV | 203.18 | 106.45 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 165 | 0.55 | 0 | 0.35 | 0 | 141.15 | 1 | 0.73 |
| Hex | 74 | FF | A5 | 37 | 0 | 23 | 0 | 8D | 64 | 49 |
| Octal | 164 | 377 | 245 | 67 | 0 | 43 | 0 | 215 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10100101 | 110111 | 0 | 100011 | 0 | 10001101 | 1100100 | 1001001 |
Color Harmonies of #74FFA5
Complementary color
Monochromatic Colors of #74FFA5
Black with #74FFA5
Text Example
Text Example
White with #74FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFA5; }
p { color: rgb(116,255,165); }
H1.HeaderClassName
{
color: #74FFA5;
}
.AnyTagClassName
{
color: #74FFA5;
}
</style>
background-color css
<style>
a { background-color: #74FFA5; }
a { background-color: rgb(116,255,165); }
div.DivClassName
{
background-color: #74FFA5;
}
.BgClassName
{
background-color: #74FFA5;
}
</style>
border-color css
<style>
span { border-color: #74FFA5; }
span { border-color: rgb(116,255,165); }
td.TdClassName
{
border-color: #74FFA5;
}
.TagClassName
{
border-color: #74FFA5;
}
</style>