Shades of Aquamarine #76FFB2
Tints of Aquamarine #76FFB2
RGB
CMYK
RGB Variations
Color information
#76FFB2 (or 0x76FFB2) is known color: Aquamarine. HEX triplet: 76, FF and B2. RGB value is (118,255,178). Sum of RGB (Red+Green+Blue) = 118+255+178=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFB2 is #89004D. Grayscale: #CDCDCD. Windows color (decimal): -8978510 or 11730806. OLE color: 11730806.
HSL color Cylindrical-coordinate representation of color #76FFB2: hue angle of 146.28º 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 #76FFB2 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 178 | - |
| CMYK | 0.54 | 0 | 0.30 | 0 |
| HSL | 146.28º | 1% | 0.73% | - |
| HSV(B) | 146.28º | 0.54% | 1% | - |
| XYZ | 51.27 | 78.59 | 54.59 | - |
| YUV | 205.26 | 112.61 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 178 | 0.54 | 0 | 0.30 | 0 | 146.28 | 1 | 0.73 |
| Hex | 76 | FF | B2 | 36 | 0 | 1E | 0 | 92 | 64 | 49 |
| Octal | 166 | 377 | 262 | 66 | 0 | 36 | 0 | 222 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10110010 | 110110 | 0 | 11110 | 0 | 10010010 | 1100100 | 1001001 |
Color Harmonies of #76FFB2
Complementary color
Monochromatic Colors of #76FFB2
Black with #76FFB2
Text Example
Text Example
White with #76FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFB2; }
p { color: rgb(118,255,178); }
H1.HeaderClassName
{
color: #76FFB2;
}
.AnyTagClassName
{
color: #76FFB2;
}
</style>
background-color css
<style>
a { background-color: #76FFB2; }
a { background-color: rgb(118,255,178); }
div.DivClassName
{
background-color: #76FFB2;
}
.BgClassName
{
background-color: #76FFB2;
}
</style>
border-color css
<style>
span { border-color: #76FFB2; }
span { border-color: rgb(118,255,178); }
td.TdClassName
{
border-color: #76FFB2;
}
.TagClassName
{
border-color: #76FFB2;
}
</style>