Shades of Medium Aquamarine #74E59D
Tints of Medium Aquamarine #74E59D
RGB
CMYK
RGB Variations
Color information
#74E59D (or 0x74E59D) is known color: Medium Aquamarine. HEX triplet: 74, E5 and 9D. RGB value is (116,229,157). Sum of RGB (Red+Green+Blue) = 116+229+157=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #74E59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E59D is #8B1A62. Grayscale: #BBBBBB. Windows color (decimal): -9116259 or 10347892. OLE color: 10347892.
HSL color Cylindrical-coordinate representation of color #74E59D: hue angle of 141.77º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E59D is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 157 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.10 |
| HSL | 141.77º | 0.68% | 0.68% | - |
| HSV(B) | 141.77º | 0.49% | 0.9% | - |
| XYZ | 41.31 | 62.19 | 41.72 | - |
| YUV | 187.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 157 | 0.49 | 0 | 0.31 | 0.10 | 141.77 | 0.68 | 0.68 |
| Hex | 74 | E5 | 9D | 31 | 0 | 1F | A | 8E | 44 | 44 |
| Octal | 164 | 345 | 235 | 61 | 0 | 37 | 12 | 216 | 104 | 104 |
| Binary | 1110100 | 11100101 | 10011101 | 110001 | 0 | 11111 | 1010 | 10001110 | 1000100 | 1000100 |
Color Harmonies of #74E59D
Complementary color
Monochromatic Colors of #74E59D
Black with #74E59D
Text Example
Text Example
White with #74E59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E59D; }
p { color: rgb(116,229,157); }
H1.HeaderClassName
{
color: #74E59D;
}
.AnyTagClassName
{
color: #74E59D;
}
</style>
background-color css
<style>
a { background-color: #74E59D; }
a { background-color: rgb(116,229,157); }
div.DivClassName
{
background-color: #74E59D;
}
.BgClassName
{
background-color: #74E59D;
}
</style>
border-color css
<style>
span { border-color: #74E59D; }
span { border-color: rgb(116,229,157); }
td.TdClassName
{
border-color: #74E59D;
}
.TagClassName
{
border-color: #74E59D;
}
</style>