Shades of Medium Aquamarine #76DFB0
Tints of Medium Aquamarine #76DFB0
RGB
CMYK
RGB Variations
Color information
#76DFB0 (or 0x76DFB0) is known color: Medium Aquamarine. HEX triplet: 76, DF and B0. RGB value is (118,223,176). Sum of RGB (Red+Green+Blue) = 118+223+176=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DFB0 is #89204F. Grayscale: #BABABA. Windows color (decimal): -8986704 or 11591542. OLE color: 11591542.
HSL color Cylindrical-coordinate representation of color #76DFB0: hue angle of 153.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFB0 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 176 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.13 |
| HSL | 153.14º | 0.62% | 0.67% | - |
| HSV(B) | 153.14º | 0.47% | 0.87% | - |
| XYZ | 41.7 | 59.76 | 50.41 | - |
| YUV | 186.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 176 | 0.47 | 0 | 0.21 | 0.13 | 153.14 | 0.62 | 0.67 |
| Hex | 76 | DF | B0 | 2F | 0 | 15 | D | 99 | 3E | 43 |
| Octal | 166 | 337 | 260 | 57 | 0 | 25 | 15 | 231 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10110000 | 101111 | 0 | 10101 | 1101 | 10011001 | 111110 | 1000011 |
Color Harmonies of #76DFB0
Complementary color
Monochromatic Colors of #76DFB0
Black with #76DFB0
Text Example
Text Example
White with #76DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFB0; }
p { color: rgb(118,223,176); }
H1.HeaderClassName
{
color: #76DFB0;
}
.AnyTagClassName
{
color: #76DFB0;
}
</style>
background-color css
<style>
a { background-color: #76DFB0; }
a { background-color: rgb(118,223,176); }
div.DivClassName
{
background-color: #76DFB0;
}
.BgClassName
{
background-color: #76DFB0;
}
</style>
border-color css
<style>
span { border-color: #76DFB0; }
span { border-color: rgb(118,223,176); }
td.TdClassName
{
border-color: #76DFB0;
}
.TagClassName
{
border-color: #76DFB0;
}
</style>