Shades of Medium Aquamarine #74E6A8
Tints of Medium Aquamarine #74E6A8
RGB
CMYK
RGB Variations
Color information
#74E6A8 (or 0x74E6A8) is known color: Medium Aquamarine. HEX triplet: 74, E6 and A8. RGB value is (116,230,168). Sum of RGB (Red+Green+Blue) = 116+230+168=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E6A8 is #8B1957. Grayscale: #BCBCBC. Windows color (decimal): -9115992 or 11069044. OLE color: 11069044.
HSL color Cylindrical-coordinate representation of color #74E6A8: hue angle of 147.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6A8 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 168 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.10 |
| HSL | 147.37º | 0.7% | 0.68% | - |
| HSV(B) | 147.37º | 0.5% | 0.9% | - |
| XYZ | 42.57 | 63.13 | 46.99 | - |
| YUV | 188.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 168 | 0.50 | 0 | 0.27 | 0.10 | 147.37 | 0.7 | 0.68 |
| Hex | 74 | E6 | A8 | 32 | 0 | 1B | A | 93 | 46 | 44 |
| Octal | 164 | 346 | 250 | 62 | 0 | 33 | 12 | 223 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10101000 | 110010 | 0 | 11011 | 1010 | 10010011 | 1000110 | 1000100 |
Color Harmonies of #74E6A8
Complementary color
Monochromatic Colors of #74E6A8
Black with #74E6A8
Text Example
Text Example
White with #74E6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6A8; }
p { color: rgb(116,230,168); }
H1.HeaderClassName
{
color: #74E6A8;
}
.AnyTagClassName
{
color: #74E6A8;
}
</style>
background-color css
<style>
a { background-color: #74E6A8; }
a { background-color: rgb(116,230,168); }
div.DivClassName
{
background-color: #74E6A8;
}
.BgClassName
{
background-color: #74E6A8;
}
</style>
border-color css
<style>
span { border-color: #74E6A8; }
span { border-color: rgb(116,230,168); }
td.TdClassName
{
border-color: #74E6A8;
}
.TagClassName
{
border-color: #74E6A8;
}
</style>