Shades of Aquamarine #76FEC1
Tints of Aquamarine #76FEC1
RGB
CMYK
RGB Variations
Color information
#76FEC1 (or 0x76FEC1) is known color: Aquamarine. HEX triplet: 76, FE and C1. RGB value is (118,254,193). Sum of RGB (Red+Green+Blue) = 118+254+193=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEC1 is #89013E. Grayscale: #CECECE. Windows color (decimal): -8978751 or 12713590. OLE color: 12713590.
HSL color Cylindrical-coordinate representation of color #76FEC1: hue angle of 153.09º 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 #76FEC1 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 193 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.00 |
| HSL | 153.09º | 0.99% | 0.73% | - |
| HSV(B) | 153.09º | 0.54% | 1% | - |
| XYZ | 52.54 | 78.59 | 62.85 | - |
| YUV | 206.38 | 120.44 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 193 | 0.54 | 0 | 0.24 | 0.00 | 153.09 | 0.99 | 0.73 |
| Hex | 76 | FE | C1 | 36 | 0 | 18 | 0 | 99 | 63 | 49 |
| Octal | 166 | 376 | 301 | 66 | 0 | 30 | 0 | 231 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11000001 | 110110 | 0 | 11000 | 0 | 10011001 | 1100011 | 1001001 |
Color Harmonies of #76FEC1
Complementary color
Monochromatic Colors of #76FEC1
Black with #76FEC1
Text Example
Text Example
White with #76FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEC1; }
p { color: rgb(118,254,193); }
H1.HeaderClassName
{
color: #76FEC1;
}
.AnyTagClassName
{
color: #76FEC1;
}
</style>
background-color css
<style>
a { background-color: #76FEC1; }
a { background-color: rgb(118,254,193); }
div.DivClassName
{
background-color: #76FEC1;
}
.BgClassName
{
background-color: #76FEC1;
}
</style>
border-color css
<style>
span { border-color: #76FEC1; }
span { border-color: rgb(118,254,193); }
td.TdClassName
{
border-color: #76FEC1;
}
.TagClassName
{
border-color: #76FEC1;
}
</style>