Shades of Aquamarine #74FFAA
Tints of Aquamarine #74FFAA
RGB
CMYK
RGB Variations
Color information
#74FFAA (or 0x74FFAA) is known color: Aquamarine. HEX triplet: 74, FF and AA. RGB value is (116,255,170). Sum of RGB (Red+Green+Blue) = 116+255+170=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFAA is #8B0055. Grayscale: #CBCBCB. Windows color (decimal): -9109590 or 11206516. OLE color: 11206516.
HSL color Cylindrical-coordinate representation of color #74FFAA: hue angle of 143.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFAA is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 170 | - |
| CMYK | 0.55 | 0 | 0.33 | 0 |
| HSL | 143.31º | 1% | 0.73% | - |
| HSV(B) | 143.31º | 0.55% | 1% | - |
| XYZ | 50.22 | 78.14 | 50.47 | - |
| YUV | 203.75 | 108.95 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 170 | 0.55 | 0 | 0.33 | 0 | 143.31 | 1 | 0.73 |
| Hex | 74 | FF | AA | 37 | 0 | 21 | 0 | 8F | 64 | 49 |
| Octal | 164 | 377 | 252 | 67 | 0 | 41 | 0 | 217 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10101010 | 110111 | 0 | 100001 | 0 | 10001111 | 1100100 | 1001001 |
Color Harmonies of #74FFAA
Complementary color
Monochromatic Colors of #74FFAA
Black with #74FFAA
Text Example
Text Example
White with #74FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFAA; }
p { color: rgb(116,255,170); }
H1.HeaderClassName
{
color: #74FFAA;
}
.AnyTagClassName
{
color: #74FFAA;
}
</style>
background-color css
<style>
a { background-color: #74FFAA; }
a { background-color: rgb(116,255,170); }
div.DivClassName
{
background-color: #74FFAA;
}
.BgClassName
{
background-color: #74FFAA;
}
</style>
border-color css
<style>
span { border-color: #74FFAA; }
span { border-color: rgb(116,255,170); }
td.TdClassName
{
border-color: #74FFAA;
}
.TagClassName
{
border-color: #74FFAA;
}
</style>