Shades of Aquamarine #74FFAD
Tints of Aquamarine #74FFAD
RGB
CMYK
RGB Variations
Color information
#74FFAD (or 0x74FFAD) is known color: Aquamarine. HEX triplet: 74, FF and AD. RGB value is (116,255,173). Sum of RGB (Red+Green+Blue) = 116+255+173=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFAD is #8B0052. Grayscale: #CCCCCC. Windows color (decimal): -9109587 or 11403124. OLE color: 11403124.
HSL color Cylindrical-coordinate representation of color #74FFAD: hue angle of 144.6º 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 #74FFAD is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 173 | - |
| CMYK | 0.55 | 0 | 0.32 | 0 |
| HSL | 144.6º | 1% | 0.73% | - |
| HSV(B) | 144.6º | 0.55% | 1% | - |
| XYZ | 50.51 | 78.25 | 51.98 | - |
| YUV | 204.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 173 | 0.55 | 0 | 0.32 | 0 | 144.6 | 1 | 0.73 |
| Hex | 74 | FF | AD | 37 | 0 | 20 | 0 | 91 | 64 | 49 |
| Octal | 164 | 377 | 255 | 67 | 0 | 40 | 0 | 221 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10101101 | 110111 | 0 | 100000 | 0 | 10010001 | 1100100 | 1001001 |
Color Harmonies of #74FFAD
Complementary color
Monochromatic Colors of #74FFAD
Black with #74FFAD
Text Example
Text Example
White with #74FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFAD; }
p { color: rgb(116,255,173); }
H1.HeaderClassName
{
color: #74FFAD;
}
.AnyTagClassName
{
color: #74FFAD;
}
</style>
background-color css
<style>
a { background-color: #74FFAD; }
a { background-color: rgb(116,255,173); }
div.DivClassName
{
background-color: #74FFAD;
}
.BgClassName
{
background-color: #74FFAD;
}
</style>
border-color css
<style>
span { border-color: #74FFAD; }
span { border-color: rgb(116,255,173); }
td.TdClassName
{
border-color: #74FFAD;
}
.TagClassName
{
border-color: #74FFAD;
}
</style>