Shades of Medium Aquamarine #74EFA9
Tints of Medium Aquamarine #74EFA9
RGB
CMYK
RGB Variations
Color information
#74EFA9 (or 0x74EFA9) is known color: Medium Aquamarine. HEX triplet: 74, EF and A9. RGB value is (116,239,169). Sum of RGB (Red+Green+Blue) = 116+239+169=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EFA9 is #8B1056. Grayscale: #C2C2C2. Windows color (decimal): -9113687 or 11136884. OLE color: 11136884.
HSL color Cylindrical-coordinate representation of color #74EFA9: hue angle of 145.85º 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 #74EFA9 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 169 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.06 |
| HSL | 145.85º | 0.79% | 0.7% | - |
| HSV(B) | 145.85º | 0.51% | 0.94% | - |
| XYZ | 45.23 | 68.31 | 48.34 | - |
| YUV | 194.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 169 | 0.51 | 0 | 0.29 | 0.06 | 145.85 | 0.79 | 0.7 |
| Hex | 74 | EF | A9 | 33 | 0 | 1D | 6 | 92 | 4F | 46 |
| Octal | 164 | 357 | 251 | 63 | 0 | 35 | 6 | 222 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10101001 | 110011 | 0 | 11101 | 110 | 10010010 | 1001111 | 1000110 |
Color Harmonies of #74EFA9
Complementary color
Monochromatic Colors of #74EFA9
Black with #74EFA9
Text Example
Text Example
White with #74EFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFA9; }
p { color: rgb(116,239,169); }
H1.HeaderClassName
{
color: #74EFA9;
}
.AnyTagClassName
{
color: #74EFA9;
}
</style>
background-color css
<style>
a { background-color: #74EFA9; }
a { background-color: rgb(116,239,169); }
div.DivClassName
{
background-color: #74EFA9;
}
.BgClassName
{
background-color: #74EFA9;
}
</style>
border-color css
<style>
span { border-color: #74EFA9; }
span { border-color: rgb(116,239,169); }
td.TdClassName
{
border-color: #74EFA9;
}
.TagClassName
{
border-color: #74EFA9;
}
</style>