Shades of Aquamarine #74FEA9
Tints of Aquamarine #74FEA9
RGB
CMYK
RGB Variations
Color information
#74FEA9 (or 0x74FEA9) is known color: Aquamarine. HEX triplet: 74, FE and A9. RGB value is (116,254,169). Sum of RGB (Red+Green+Blue) = 116+254+169=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEA9 is #8B0156. Grayscale: #CBCBCB. Windows color (decimal): -9109847 or 11140724. OLE color: 11140724.
HSL color Cylindrical-coordinate representation of color #74FEA9: hue angle of 143.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEA9 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 169 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.00 |
| HSL | 143.04º | 0.99% | 0.73% | - |
| HSV(B) | 143.04º | 0.54% | 1% | - |
| XYZ | 49.81 | 77.46 | 49.86 | - |
| YUV | 203.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 169 | 0.54 | 0 | 0.33 | 0.00 | 143.04 | 0.99 | 0.73 |
| Hex | 74 | FE | A9 | 36 | 0 | 21 | 0 | 8F | 63 | 49 |
| Octal | 164 | 376 | 251 | 66 | 0 | 41 | 0 | 217 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10101001 | 110110 | 0 | 100001 | 0 | 10001111 | 1100011 | 1001001 |
Color Harmonies of #74FEA9
Complementary color
Monochromatic Colors of #74FEA9
Black with #74FEA9
Text Example
Text Example
White with #74FEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEA9; }
p { color: rgb(116,254,169); }
H1.HeaderClassName
{
color: #74FEA9;
}
.AnyTagClassName
{
color: #74FEA9;
}
</style>
background-color css
<style>
a { background-color: #74FEA9; }
a { background-color: rgb(116,254,169); }
div.DivClassName
{
background-color: #74FEA9;
}
.BgClassName
{
background-color: #74FEA9;
}
</style>
border-color css
<style>
span { border-color: #74FEA9; }
span { border-color: rgb(116,254,169); }
td.TdClassName
{
border-color: #74FEA9;
}
.TagClassName
{
border-color: #74FEA9;
}
</style>