Shades of Aquamarine #76FEC5
Tints of Aquamarine #76FEC5
RGB
CMYK
RGB Variations
Color information
#76FEC5 (or 0x76FEC5) is known color: Aquamarine. HEX triplet: 76, FE and C5. RGB value is (118,254,197). Sum of RGB (Red+Green+Blue) = 118+254+197=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEC5 is #89013A. Grayscale: #CECECE. Windows color (decimal): -8978747 or 12975734. OLE color: 12975734.
HSL color Cylindrical-coordinate representation of color #76FEC5: hue angle of 154.85º 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 #76FEC5 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 197 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.00 |
| HSL | 154.85º | 0.99% | 0.73% | - |
| HSV(B) | 154.85º | 0.54% | 1% | - |
| XYZ | 52.99 | 78.77 | 65.23 | - |
| YUV | 206.84 | 122.44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 197 | 0.54 | 0 | 0.22 | 0.00 | 154.85 | 0.99 | 0.73 |
| Hex | 76 | FE | C5 | 36 | 0 | 16 | 0 | 9B | 63 | 49 |
| Octal | 166 | 376 | 305 | 66 | 0 | 26 | 0 | 233 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11000101 | 110110 | 0 | 10110 | 0 | 10011011 | 1100011 | 1001001 |
Color Harmonies of #76FEC5
Complementary color
Monochromatic Colors of #76FEC5
Black with #76FEC5
Text Example
Text Example
White with #76FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEC5; }
p { color: rgb(118,254,197); }
H1.HeaderClassName
{
color: #76FEC5;
}
.AnyTagClassName
{
color: #76FEC5;
}
</style>
background-color css
<style>
a { background-color: #76FEC5; }
a { background-color: rgb(118,254,197); }
div.DivClassName
{
background-color: #76FEC5;
}
.BgClassName
{
background-color: #76FEC5;
}
</style>
border-color css
<style>
span { border-color: #76FEC5; }
span { border-color: rgb(118,254,197); }
td.TdClassName
{
border-color: #76FEC5;
}
.TagClassName
{
border-color: #76FEC5;
}
</style>