Shades of Aquamarine #76FEBE
Tints of Aquamarine #76FEBE
RGB
CMYK
RGB Variations
Color information
#76FEBE (or 0x76FEBE) is known color: Aquamarine. HEX triplet: 76, FE and BE. RGB value is (118,254,190). Sum of RGB (Red+Green+Blue) = 118+254+190=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEBE is #890141. Grayscale: #CECECE. Windows color (decimal): -8978754 or 12516982. OLE color: 12516982.
HSL color Cylindrical-coordinate representation of color #76FEBE: hue angle of 151.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FEBE is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 190 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.00 |
| HSL | 151.76º | 0.99% | 0.73% | - |
| HSV(B) | 151.76º | 0.54% | 1% | - |
| XYZ | 52.21 | 78.45 | 61.11 | - |
| YUV | 206.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 190 | 0.54 | 0 | 0.25 | 0.00 | 151.76 | 0.99 | 0.73 |
| Hex | 76 | FE | BE | 36 | 0 | 19 | 0 | 98 | 63 | 49 |
| Octal | 166 | 376 | 276 | 66 | 0 | 31 | 0 | 230 | 143 | 111 |
| Binary | 1110110 | 11111110 | 10111110 | 110110 | 0 | 11001 | 0 | 10011000 | 1100011 | 1001001 |
Color Harmonies of #76FEBE
Complementary color
Monochromatic Colors of #76FEBE
Black with #76FEBE
Text Example
Text Example
White with #76FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEBE; }
p { color: rgb(118,254,190); }
H1.HeaderClassName
{
color: #76FEBE;
}
.AnyTagClassName
{
color: #76FEBE;
}
</style>
background-color css
<style>
a { background-color: #76FEBE; }
a { background-color: rgb(118,254,190); }
div.DivClassName
{
background-color: #76FEBE;
}
.BgClassName
{
background-color: #76FEBE;
}
</style>
border-color css
<style>
span { border-color: #76FEBE; }
span { border-color: rgb(118,254,190); }
td.TdClassName
{
border-color: #76FEBE;
}
.TagClassName
{
border-color: #76FEBE;
}
</style>