Shades of Medium Aquamarine #74E89D
Tints of Medium Aquamarine #74E89D
RGB
CMYK
RGB Variations
Color information
#74E89D (or 0x74E89D) is known color: Medium Aquamarine. HEX triplet: 74, E8 and 9D. RGB value is (116,232,157). Sum of RGB (Red+Green+Blue) = 116+232+157=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #74E89D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E89D is #8B1762. Grayscale: #BCBCBC. Windows color (decimal): -9115491 or 10348660. OLE color: 10348660.
HSL color Cylindrical-coordinate representation of color #74E89D: hue angle of 141.21º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E89D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 157 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.09 |
| HSL | 141.21º | 0.72% | 0.68% | - |
| HSV(B) | 141.21º | 0.5% | 0.91% | - |
| XYZ | 42.14 | 63.86 | 42 | - |
| YUV | 188.77 | 110.07 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 157 | 0.50 | 0 | 0.32 | 0.09 | 141.21 | 0.72 | 0.68 |
| Hex | 74 | E8 | 9D | 32 | 0 | 20 | 9 | 8D | 48 | 44 |
| Octal | 164 | 350 | 235 | 62 | 0 | 40 | 11 | 215 | 110 | 104 |
| Binary | 1110100 | 11101000 | 10011101 | 110010 | 0 | 100000 | 1001 | 10001101 | 1001000 | 1000100 |
Color Harmonies of #74E89D
Complementary color
Monochromatic Colors of #74E89D
Black with #74E89D
Text Example
Text Example
White with #74E89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E89D; }
p { color: rgb(116,232,157); }
H1.HeaderClassName
{
color: #74E89D;
}
.AnyTagClassName
{
color: #74E89D;
}
</style>
background-color css
<style>
a { background-color: #74E89D; }
a { background-color: rgb(116,232,157); }
div.DivClassName
{
background-color: #74E89D;
}
.BgClassName
{
background-color: #74E89D;
}
</style>
border-color css
<style>
span { border-color: #74E89D; }
span { border-color: rgb(116,232,157); }
td.TdClassName
{
border-color: #74E89D;
}
.TagClassName
{
border-color: #74E89D;
}
</style>