Shades of Medium Aquamarine #74EFAC
Tints of Medium Aquamarine #74EFAC
RGB
CMYK
RGB Variations
Color information
#74EFAC (or 0x74EFAC) is known color: Medium Aquamarine. HEX triplet: 74, EF and AC. RGB value is (116,239,172). Sum of RGB (Red+Green+Blue) = 116+239+172=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EFAC is #8B1053. Grayscale: #C2C2C2. Windows color (decimal): -9113684 or 11333492. OLE color: 11333492.
HSL color Cylindrical-coordinate representation of color #74EFAC: hue angle of 147.32º 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 #74EFAC is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 172 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.06 |
| HSL | 147.32º | 0.79% | 0.7% | - |
| HSV(B) | 147.32º | 0.51% | 0.94% | - |
| XYZ | 45.52 | 68.42 | 49.84 | - |
| YUV | 194.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 172 | 0.51 | 0 | 0.28 | 0.06 | 147.32 | 0.79 | 0.7 |
| Hex | 74 | EF | AC | 33 | 0 | 1C | 6 | 93 | 4F | 46 |
| Octal | 164 | 357 | 254 | 63 | 0 | 34 | 6 | 223 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10101100 | 110011 | 0 | 11100 | 110 | 10010011 | 1001111 | 1000110 |
Color Harmonies of #74EFAC
Complementary color
Monochromatic Colors of #74EFAC
Black with #74EFAC
Text Example
Text Example
White with #74EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFAC; }
p { color: rgb(116,239,172); }
H1.HeaderClassName
{
color: #74EFAC;
}
.AnyTagClassName
{
color: #74EFAC;
}
</style>
background-color css
<style>
a { background-color: #74EFAC; }
a { background-color: rgb(116,239,172); }
div.DivClassName
{
background-color: #74EFAC;
}
.BgClassName
{
background-color: #74EFAC;
}
</style>
border-color css
<style>
span { border-color: #74EFAC; }
span { border-color: rgb(116,239,172); }
td.TdClassName
{
border-color: #74EFAC;
}
.TagClassName
{
border-color: #74EFAC;
}
</style>