Shades of Medium Aquamarine #74E19A
Tints of Medium Aquamarine #74E19A
RGB
CMYK
RGB Variations
Color information
#74E19A (or 0x74E19A) is known color: Medium Aquamarine. HEX triplet: 74, E1 and 9A. RGB value is (116,225,154). Sum of RGB (Red+Green+Blue) = 116+225+154=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #74E19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E19A is #8B1E65. Grayscale: #B8B8B8. Windows color (decimal): -9117286 or 10150260. OLE color: 10150260.
HSL color Cylindrical-coordinate representation of color #74E19A: hue angle of 140.92º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E19A is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 154 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.12 |
| HSL | 140.92º | 0.64% | 0.67% | - |
| HSV(B) | 140.92º | 0.48% | 0.88% | - |
| XYZ | 39.96 | 59.9 | 40.03 | - |
| YUV | 184.32 | 110.89 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 154 | 0.48 | 0 | 0.32 | 0.12 | 140.92 | 0.64 | 0.67 |
| Hex | 74 | E1 | 9A | 30 | 0 | 20 | C | 8D | 40 | 43 |
| Octal | 164 | 341 | 232 | 60 | 0 | 40 | 14 | 215 | 100 | 103 |
| Binary | 1110100 | 11100001 | 10011010 | 110000 | 0 | 100000 | 1100 | 10001101 | 1000000 | 1000011 |
Color Harmonies of #74E19A
Complementary color
Monochromatic Colors of #74E19A
Black with #74E19A
Text Example
Text Example
White with #74E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E19A; }
p { color: rgb(116,225,154); }
H1.HeaderClassName
{
color: #74E19A;
}
.AnyTagClassName
{
color: #74E19A;
}
</style>
background-color css
<style>
a { background-color: #74E19A; }
a { background-color: rgb(116,225,154); }
div.DivClassName
{
background-color: #74E19A;
}
.BgClassName
{
background-color: #74E19A;
}
</style>
border-color css
<style>
span { border-color: #74E19A; }
span { border-color: rgb(116,225,154); }
td.TdClassName
{
border-color: #74E19A;
}
.TagClassName
{
border-color: #74E19A;
}
</style>