Shades of Medium Aquamarine #76DBB1
Tints of Medium Aquamarine #76DBB1
RGB
CMYK
RGB Variations
Color information
#76DBB1 (or 0x76DBB1) is known color: Medium Aquamarine. HEX triplet: 76, DB and B1. RGB value is (118,219,177). Sum of RGB (Red+Green+Blue) = 118+219+177=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBB1 is #89244E. Grayscale: #B8B8B8. Windows color (decimal): -8987727 or 11656054. OLE color: 11656054.
HSL color Cylindrical-coordinate representation of color #76DBB1: hue angle of 155.05º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBB1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 177 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.14 |
| HSL | 155.05º | 0.58% | 0.66% | - |
| HSV(B) | 155.05º | 0.46% | 0.86% | - |
| XYZ | 40.74 | 57.69 | 50.58 | - |
| YUV | 184.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 177 | 0.46 | 0 | 0.19 | 0.14 | 155.05 | 0.58 | 0.66 |
| Hex | 76 | DB | B1 | 2E | 0 | 13 | E | 9B | 3A | 42 |
| Octal | 166 | 333 | 261 | 56 | 0 | 23 | 16 | 233 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10110001 | 101110 | 0 | 10011 | 1110 | 10011011 | 111010 | 1000010 |
Color Harmonies of #76DBB1
Complementary color
Monochromatic Colors of #76DBB1
Black with #76DBB1
Text Example
Text Example
White with #76DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBB1; }
p { color: rgb(118,219,177); }
H1.HeaderClassName
{
color: #76DBB1;
}
.AnyTagClassName
{
color: #76DBB1;
}
</style>
background-color css
<style>
a { background-color: #76DBB1; }
a { background-color: rgb(118,219,177); }
div.DivClassName
{
background-color: #76DBB1;
}
.BgClassName
{
background-color: #76DBB1;
}
</style>
border-color css
<style>
span { border-color: #76DBB1; }
span { border-color: rgb(118,219,177); }
td.TdClassName
{
border-color: #76DBB1;
}
.TagClassName
{
border-color: #76DBB1;
}
</style>