Shades of Medium Aquamarine #74EFAA
Tints of Medium Aquamarine #74EFAA
RGB
CMYK
RGB Variations
Color information
#74EFAA (or 0x74EFAA) is known color: Medium Aquamarine. HEX triplet: 74, EF and AA. RGB value is (116,239,170). Sum of RGB (Red+Green+Blue) = 116+239+170=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EFAA is #8B1055. Grayscale: #C2C2C2. Windows color (decimal): -9113686 or 11202420. OLE color: 11202420.
HSL color Cylindrical-coordinate representation of color #74EFAA: hue angle of 146.34º 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 #74EFAA is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 170 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.06 |
| HSL | 146.34º | 0.79% | 0.7% | - |
| HSV(B) | 146.34º | 0.51% | 0.94% | - |
| XYZ | 45.32 | 68.35 | 48.83 | - |
| YUV | 194.36 | 114.25 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 170 | 0.51 | 0 | 0.29 | 0.06 | 146.34 | 0.79 | 0.7 |
| Hex | 74 | EF | AA | 33 | 0 | 1D | 6 | 92 | 4F | 46 |
| Octal | 164 | 357 | 252 | 63 | 0 | 35 | 6 | 222 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10101010 | 110011 | 0 | 11101 | 110 | 10010010 | 1001111 | 1000110 |
Color Harmonies of #74EFAA
Complementary color
Monochromatic Colors of #74EFAA
Black with #74EFAA
Text Example
Text Example
White with #74EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFAA; }
p { color: rgb(116,239,170); }
H1.HeaderClassName
{
color: #74EFAA;
}
.AnyTagClassName
{
color: #74EFAA;
}
</style>
background-color css
<style>
a { background-color: #74EFAA; }
a { background-color: rgb(116,239,170); }
div.DivClassName
{
background-color: #74EFAA;
}
.BgClassName
{
background-color: #74EFAA;
}
</style>
border-color css
<style>
span { border-color: #74EFAA; }
span { border-color: rgb(116,239,170); }
td.TdClassName
{
border-color: #74EFAA;
}
.TagClassName
{
border-color: #74EFAA;
}
</style>