Shades of Aquamarine #74F5BA
Tints of Aquamarine #74F5BA
RGB
CMYK
RGB Variations
Color information
#74F5BA (or 0x74F5BA) is known color: Aquamarine. HEX triplet: 74, F5 and BA. RGB value is (116,245,186). Sum of RGB (Red+Green+Blue) = 116+245+186=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #74F5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F5BA is #8B0A45. Grayscale: #C7C7C7. Windows color (decimal): -9112134 or 12252532. OLE color: 12252532.
HSL color Cylindrical-coordinate representation of color #74F5BA: hue angle of 152.56º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F5BA is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 186 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.04 |
| HSL | 152.56º | 0.87% | 0.71% | - |
| HSV(B) | 152.56º | 0.53% | 0.96% | - |
| XYZ | 48.72 | 72.56 | 57.89 | - |
| YUV | 199.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 186 | 0.53 | 0 | 0.24 | 0.04 | 152.56 | 0.87 | 0.71 |
| Hex | 74 | F5 | BA | 35 | 0 | 18 | 4 | 99 | 57 | 47 |
| Octal | 164 | 365 | 272 | 65 | 0 | 30 | 4 | 231 | 127 | 107 |
| Binary | 1110100 | 11110101 | 10111010 | 110101 | 0 | 11000 | 100 | 10011001 | 1010111 | 1000111 |
Color Harmonies of #74F5BA
Complementary color
Monochromatic Colors of #74F5BA
Black with #74F5BA
Text Example
Text Example
White with #74F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F5BA; }
p { color: rgb(116,245,186); }
H1.HeaderClassName
{
color: #74F5BA;
}
.AnyTagClassName
{
color: #74F5BA;
}
</style>
background-color css
<style>
a { background-color: #74F5BA; }
a { background-color: rgb(116,245,186); }
div.DivClassName
{
background-color: #74F5BA;
}
.BgClassName
{
background-color: #74F5BA;
}
</style>
border-color css
<style>
span { border-color: #74F5BA; }
span { border-color: rgb(116,245,186); }
td.TdClassName
{
border-color: #74F5BA;
}
.TagClassName
{
border-color: #74F5BA;
}
</style>