Shades of Aquamarine #74FFAE
Tints of Aquamarine #74FFAE
RGB
CMYK
RGB Variations
Color information
#74FFAE (or 0x74FFAE) is known color: Aquamarine. HEX triplet: 74, FF and AE. RGB value is (116,255,174). Sum of RGB (Red+Green+Blue) = 116+255+174=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFAE is #8B0051. Grayscale: #CCCCCC. Windows color (decimal): -9109586 or 11468660. OLE color: 11468660.
HSL color Cylindrical-coordinate representation of color #74FFAE: hue angle of 145.04º 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 #74FFAE is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 174 | - |
| CMYK | 0.55 | 0 | 0.32 | 0 |
| HSL | 145.04º | 1% | 0.73% | - |
| HSV(B) | 145.04º | 0.55% | 1% | - |
| XYZ | 50.6 | 78.29 | 52.49 | - |
| YUV | 204.21 | 110.95 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 174 | 0.55 | 0 | 0.32 | 0 | 145.04 | 1 | 0.73 |
| Hex | 74 | FF | AE | 37 | 0 | 20 | 0 | 91 | 64 | 49 |
| Octal | 164 | 377 | 256 | 67 | 0 | 40 | 0 | 221 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10101110 | 110111 | 0 | 100000 | 0 | 10010001 | 1100100 | 1001001 |
Color Harmonies of #74FFAE
Complementary color
Monochromatic Colors of #74FFAE
Black with #74FFAE
Text Example
Text Example
White with #74FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFAE; }
p { color: rgb(116,255,174); }
H1.HeaderClassName
{
color: #74FFAE;
}
.AnyTagClassName
{
color: #74FFAE;
}
</style>
background-color css
<style>
a { background-color: #74FFAE; }
a { background-color: rgb(116,255,174); }
div.DivClassName
{
background-color: #74FFAE;
}
.BgClassName
{
background-color: #74FFAE;
}
</style>
border-color css
<style>
span { border-color: #74FFAE; }
span { border-color: rgb(116,255,174); }
td.TdClassName
{
border-color: #74FFAE;
}
.TagClassName
{
border-color: #74FFAE;
}
</style>