Shades of Aquamarine #74FFAF
Tints of Aquamarine #74FFAF
RGB
CMYK
RGB Variations
Color information
#74FFAF (or 0x74FFAF) is known color: Aquamarine. HEX triplet: 74, FF and AF. RGB value is (116,255,175). Sum of RGB (Red+Green+Blue) = 116+255+175=546 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.25% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFAF is #8B0050. Grayscale: #CCCCCC. Windows color (decimal): -9109585 or 11534196. OLE color: 11534196.
HSL color Cylindrical-coordinate representation of color #74FFAF: hue angle of 145.47º 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 #74FFAF is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 175 | - |
| CMYK | 0.55 | 0 | 0.31 | 0 |
| HSL | 145.47º | 1% | 0.73% | - |
| HSV(B) | 145.47º | 0.55% | 1% | - |
| XYZ | 50.7 | 78.33 | 53 | - |
| YUV | 204.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 175 | 0.55 | 0 | 0.31 | 0 | 145.47 | 1 | 0.73 |
| Hex | 74 | FF | AF | 37 | 0 | 1F | 0 | 91 | 64 | 49 |
| Octal | 164 | 377 | 257 | 67 | 0 | 37 | 0 | 221 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10101111 | 110111 | 0 | 11111 | 0 | 10010001 | 1100100 | 1001001 |
Color Harmonies of #74FFAF
Complementary color
Monochromatic Colors of #74FFAF
Black with #74FFAF
Text Example
Text Example
White with #74FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFAF; }
p { color: rgb(116,255,175); }
H1.HeaderClassName
{
color: #74FFAF;
}
.AnyTagClassName
{
color: #74FFAF;
}
</style>
background-color css
<style>
a { background-color: #74FFAF; }
a { background-color: rgb(116,255,175); }
div.DivClassName
{
background-color: #74FFAF;
}
.BgClassName
{
background-color: #74FFAF;
}
</style>
border-color css
<style>
span { border-color: #74FFAF; }
span { border-color: rgb(116,255,175); }
td.TdClassName
{
border-color: #74FFAF;
}
.TagClassName
{
border-color: #74FFAF;
}
</style>