Shades of Aquamarine #76F4BD
Tints of Aquamarine #76F4BD
RGB
CMYK
RGB Variations
Color information
#76F4BD (or 0x76F4BD) is known color: Aquamarine. HEX triplet: 76, F4 and BD. RGB value is (118,244,189). Sum of RGB (Red+Green+Blue) = 118+244+189=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #76F4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F4BD is #890B42. Grayscale: #C8C8C8. Windows color (decimal): -8981315 or 12448886. OLE color: 12448886.
HSL color Cylindrical-coordinate representation of color #76F4BD: hue angle of 153.81º degrees, saturation: 0.85, 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 #76F4BD is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 244 | 189 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.04 |
| HSL | 153.81º | 0.85% | 0.71% | - |
| HSV(B) | 153.81º | 0.52% | 0.96% | - |
| XYZ | 49.01 | 72.23 | 59.5 | - |
| YUV | 200.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 244 | 189 | 0.52 | 0 | 0.23 | 0.04 | 153.81 | 0.85 | 0.71 |
| Hex | 76 | F4 | BD | 34 | 0 | 17 | 4 | 9A | 55 | 47 |
| Octal | 166 | 364 | 275 | 64 | 0 | 27 | 4 | 232 | 125 | 107 |
| Binary | 1110110 | 11110100 | 10111101 | 110100 | 0 | 10111 | 100 | 10011010 | 1010101 | 1000111 |
Color Harmonies of #76F4BD
Complementary color
Monochromatic Colors of #76F4BD
Black with #76F4BD
Text Example
Text Example
White with #76F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F4BD; }
p { color: rgb(118,244,189); }
H1.HeaderClassName
{
color: #76F4BD;
}
.AnyTagClassName
{
color: #76F4BD;
}
</style>
background-color css
<style>
a { background-color: #76F4BD; }
a { background-color: rgb(118,244,189); }
div.DivClassName
{
background-color: #76F4BD;
}
.BgClassName
{
background-color: #76F4BD;
}
</style>
border-color css
<style>
span { border-color: #76F4BD; }
span { border-color: rgb(118,244,189); }
td.TdClassName
{
border-color: #76F4BD;
}
.TagClassName
{
border-color: #76F4BD;
}
</style>