Shades of Aquamarine #74FBA9
Tints of Aquamarine #74FBA9
RGB
CMYK
RGB Variations
Color information
#74FBA9 (or 0x74FBA9) is known color: Aquamarine. HEX triplet: 74, FB and A9. RGB value is (116,251,169). Sum of RGB (Red+Green+Blue) = 116+251+169=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBA9 is #8B0456. Grayscale: #C9C9C9. Windows color (decimal): -9110615 or 11139956. OLE color: 11139956.
HSL color Cylindrical-coordinate representation of color #74FBA9: hue angle of 143.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FBA9 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 169 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.02 |
| HSL | 143.56º | 0.94% | 0.72% | - |
| HSV(B) | 143.56º | 0.54% | 0.98% | - |
| XYZ | 48.86 | 75.57 | 49.55 | - |
| YUV | 201.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 169 | 0.54 | 0 | 0.33 | 0.02 | 143.56 | 0.94 | 0.72 |
| Hex | 74 | FB | A9 | 36 | 0 | 21 | 2 | 90 | 5E | 48 |
| Octal | 164 | 373 | 251 | 66 | 0 | 41 | 2 | 220 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10101001 | 110110 | 0 | 100001 | 10 | 10010000 | 1011110 | 1001000 |
Color Harmonies of #74FBA9
Complementary color
Monochromatic Colors of #74FBA9
Black with #74FBA9
Text Example
Text Example
White with #74FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBA9; }
p { color: rgb(116,251,169); }
H1.HeaderClassName
{
color: #74FBA9;
}
.AnyTagClassName
{
color: #74FBA9;
}
</style>
background-color css
<style>
a { background-color: #74FBA9; }
a { background-color: rgb(116,251,169); }
div.DivClassName
{
background-color: #74FBA9;
}
.BgClassName
{
background-color: #74FBA9;
}
</style>
border-color css
<style>
span { border-color: #74FBA9; }
span { border-color: rgb(116,251,169); }
td.TdClassName
{
border-color: #74FBA9;
}
.TagClassName
{
border-color: #74FBA9;
}
</style>