Shades of Aquamarine #76FFBE
Tints of Aquamarine #76FFBE
RGB
CMYK
RGB Variations
Color information
#76FFBE (or 0x76FFBE) is known color: Aquamarine. HEX triplet: 76, FF and BE. RGB value is (118,255,190). Sum of RGB (Red+Green+Blue) = 118+255+190=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFBE is #890041. Grayscale: #CECECE. Windows color (decimal): -8978498 or 12517238. OLE color: 12517238.
HSL color Cylindrical-coordinate representation of color #76FFBE: hue angle of 151.53º 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 #76FFBE is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 190 | - |
| CMYK | 0.54 | 0 | 0.25 | 0 |
| HSL | 151.53º | 1% | 0.73% | - |
| HSV(B) | 151.53º | 0.54% | 1% | - |
| XYZ | 52.53 | 79.09 | 61.21 | - |
| YUV | 206.63 | 118.61 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 190 | 0.54 | 0 | 0.25 | 0 | 151.53 | 1 | 0.73 |
| Hex | 76 | FF | BE | 36 | 0 | 19 | 0 | 98 | 64 | 49 |
| Octal | 166 | 377 | 276 | 66 | 0 | 31 | 0 | 230 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10111110 | 110110 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001001 |
Color Harmonies of #76FFBE
Complementary color
Monochromatic Colors of #76FFBE
Black with #76FFBE
Text Example
Text Example
White with #76FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFBE; }
p { color: rgb(118,255,190); }
H1.HeaderClassName
{
color: #76FFBE;
}
.AnyTagClassName
{
color: #76FFBE;
}
</style>
background-color css
<style>
a { background-color: #76FFBE; }
a { background-color: rgb(118,255,190); }
div.DivClassName
{
background-color: #76FFBE;
}
.BgClassName
{
background-color: #76FFBE;
}
</style>
border-color css
<style>
span { border-color: #76FFBE; }
span { border-color: rgb(118,255,190); }
td.TdClassName
{
border-color: #76FFBE;
}
.TagClassName
{
border-color: #76FFBE;
}
</style>