Shades of Medium Aquamarine #74EFA3
Tints of Medium Aquamarine #74EFA3
RGB
CMYK
RGB Variations
Color information
#74EFA3 (or 0x74EFA3) is known color: Medium Aquamarine. HEX triplet: 74, EF and A3. RGB value is (116,239,163). Sum of RGB (Red+Green+Blue) = 116+239+163=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EFA3 is #8B105C. Grayscale: #C1C1C1. Windows color (decimal): -9113693 or 10743668. OLE color: 10743668.
HSL color Cylindrical-coordinate representation of color #74EFA3: hue angle of 142.93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EFA3 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 163 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.06 |
| HSL | 142.93º | 0.79% | 0.7% | - |
| HSV(B) | 142.93º | 0.51% | 0.94% | - |
| XYZ | 44.68 | 68.09 | 45.44 | - |
| YUV | 193.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 163 | 0.51 | 0 | 0.32 | 0.06 | 142.93 | 0.79 | 0.7 |
| Hex | 74 | EF | A3 | 33 | 0 | 20 | 6 | 8F | 4F | 46 |
| Octal | 164 | 357 | 243 | 63 | 0 | 40 | 6 | 217 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10100011 | 110011 | 0 | 100000 | 110 | 10001111 | 1001111 | 1000110 |
Color Harmonies of #74EFA3
Complementary color
Monochromatic Colors of #74EFA3
Black with #74EFA3
Text Example
Text Example
White with #74EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFA3; }
p { color: rgb(116,239,163); }
H1.HeaderClassName
{
color: #74EFA3;
}
.AnyTagClassName
{
color: #74EFA3;
}
</style>
background-color css
<style>
a { background-color: #74EFA3; }
a { background-color: rgb(116,239,163); }
div.DivClassName
{
background-color: #74EFA3;
}
.BgClassName
{
background-color: #74EFA3;
}
</style>
border-color css
<style>
span { border-color: #74EFA3; }
span { border-color: rgb(116,239,163); }
td.TdClassName
{
border-color: #74EFA3;
}
.TagClassName
{
border-color: #74EFA3;
}
</style>