Shades of Medium Aquamarine #74EFAB
Tints of Medium Aquamarine #74EFAB
RGB
CMYK
RGB Variations
Color information
#74EFAB (or 0x74EFAB) is known color: Medium Aquamarine. HEX triplet: 74, EF and AB. RGB value is (116,239,171). Sum of RGB (Red+Green+Blue) = 116+239+171=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EFAB is #8B1054. Grayscale: #C2C2C2. Windows color (decimal): -9113685 or 11267956. OLE color: 11267956.
HSL color Cylindrical-coordinate representation of color #74EFAB: hue angle of 146.83º 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 #74EFAB is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 171 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.06 |
| HSL | 146.83º | 0.79% | 0.7% | - |
| HSV(B) | 146.83º | 0.51% | 0.94% | - |
| XYZ | 45.42 | 68.39 | 49.33 | - |
| YUV | 194.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 171 | 0.51 | 0 | 0.28 | 0.06 | 146.83 | 0.79 | 0.7 |
| Hex | 74 | EF | AB | 33 | 0 | 1C | 6 | 93 | 4F | 46 |
| Octal | 164 | 357 | 253 | 63 | 0 | 34 | 6 | 223 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10101011 | 110011 | 0 | 11100 | 110 | 10010011 | 1001111 | 1000110 |
Color Harmonies of #74EFAB
Complementary color
Monochromatic Colors of #74EFAB
Black with #74EFAB
Text Example
Text Example
White with #74EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFAB; }
p { color: rgb(116,239,171); }
H1.HeaderClassName
{
color: #74EFAB;
}
.AnyTagClassName
{
color: #74EFAB;
}
</style>
background-color css
<style>
a { background-color: #74EFAB; }
a { background-color: rgb(116,239,171); }
div.DivClassName
{
background-color: #74EFAB;
}
.BgClassName
{
background-color: #74EFAB;
}
</style>
border-color css
<style>
span { border-color: #74EFAB; }
span { border-color: rgb(116,239,171); }
td.TdClassName
{
border-color: #74EFAB;
}
.TagClassName
{
border-color: #74EFAB;
}
</style>