Shades of Aquamarine #76FFBF
Tints of Aquamarine #76FFBF
RGB
CMYK
RGB Variations
Color information
#76FFBF (or 0x76FFBF) is known color: Aquamarine. HEX triplet: 76, FF and BF. RGB value is (118,255,191). Sum of RGB (Red+Green+Blue) = 118+255+191=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFBF is #890040. Grayscale: #CECECE. Windows color (decimal): -8978497 or 12582774. OLE color: 12582774.
HSL color Cylindrical-coordinate representation of color #76FFBF: hue angle of 151.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFBF is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 191 | - |
| CMYK | 0.54 | 0 | 0.25 | 0 |
| HSL | 151.97º | 1% | 0.73% | - |
| HSV(B) | 151.97º | 0.54% | 1% | - |
| XYZ | 52.64 | 79.13 | 61.79 | - |
| YUV | 206.74 | 119.11 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 191 | 0.54 | 0 | 0.25 | 0 | 151.97 | 1 | 0.73 |
| Hex | 76 | FF | BF | 36 | 0 | 19 | 0 | 98 | 64 | 49 |
| Octal | 166 | 377 | 277 | 66 | 0 | 31 | 0 | 230 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10111111 | 110110 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001001 |
Color Harmonies of #76FFBF
Complementary color
Monochromatic Colors of #76FFBF
Black with #76FFBF
Text Example
Text Example
White with #76FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFBF; }
p { color: rgb(118,255,191); }
H1.HeaderClassName
{
color: #76FFBF;
}
.AnyTagClassName
{
color: #76FFBF;
}
</style>
background-color css
<style>
a { background-color: #76FFBF; }
a { background-color: rgb(118,255,191); }
div.DivClassName
{
background-color: #76FFBF;
}
.BgClassName
{
background-color: #76FFBF;
}
</style>
border-color css
<style>
span { border-color: #76FFBF; }
span { border-color: rgb(118,255,191); }
td.TdClassName
{
border-color: #76FFBF;
}
.TagClassName
{
border-color: #76FFBF;
}
</style>