Shades of Aquamarine #76F5BA
Tints of Aquamarine #76F5BA
RGB
CMYK
RGB Variations
Color information
#76F5BA (or 0x76F5BA) is known color: Aquamarine. HEX triplet: 76, F5 and BA. RGB value is (118,245,186). Sum of RGB (Red+Green+Blue) = 118+245+186=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #76F5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F5BA is #890A45. Grayscale: #C8C8C8. Windows color (decimal): -8981062 or 12252534. OLE color: 12252534.
HSL color Cylindrical-coordinate representation of color #76F5BA: hue angle of 152.13º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F5BA is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 245 | 186 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.04 |
| HSL | 152.13º | 0.86% | 0.71% | - |
| HSV(B) | 152.13º | 0.52% | 0.96% | - |
| XYZ | 48.99 | 72.7 | 57.91 | - |
| YUV | 200.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 245 | 186 | 0.52 | 0 | 0.24 | 0.04 | 152.13 | 0.86 | 0.71 |
| Hex | 76 | F5 | BA | 34 | 0 | 18 | 4 | 98 | 56 | 47 |
| Octal | 166 | 365 | 272 | 64 | 0 | 30 | 4 | 230 | 126 | 107 |
| Binary | 1110110 | 11110101 | 10111010 | 110100 | 0 | 11000 | 100 | 10011000 | 1010110 | 1000111 |
Color Harmonies of #76F5BA
Complementary color
Monochromatic Colors of #76F5BA
Black with #76F5BA
Text Example
Text Example
White with #76F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F5BA; }
p { color: rgb(118,245,186); }
H1.HeaderClassName
{
color: #76F5BA;
}
.AnyTagClassName
{
color: #76F5BA;
}
</style>
background-color css
<style>
a { background-color: #76F5BA; }
a { background-color: rgb(118,245,186); }
div.DivClassName
{
background-color: #76F5BA;
}
.BgClassName
{
background-color: #76F5BA;
}
</style>
border-color css
<style>
span { border-color: #76F5BA; }
span { border-color: rgb(118,245,186); }
td.TdClassName
{
border-color: #76F5BA;
}
.TagClassName
{
border-color: #76F5BA;
}
</style>