Shades of Aquamarine #76FECF
Tints of Aquamarine #76FECF
RGB
CMYK
RGB Variations
Color information
#76FECF (or 0x76FECF) is known color: Aquamarine. HEX triplet: 76, FE and CF. RGB value is (118,254,207). Sum of RGB (Red+Green+Blue) = 118+254+207=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #76FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FECF is #890130. Grayscale: #D0D0D0. Windows color (decimal): -8978737 or 13631094. OLE color: 13631094.
HSL color Cylindrical-coordinate representation of color #76FECF: hue angle of 159.26º 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 #76FECF is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 207 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.00 |
| HSL | 159.26º | 0.99% | 0.73% | - |
| HSV(B) | 159.26º | 0.54% | 1% | - |
| XYZ | 54.18 | 79.24 | 71.47 | - |
| YUV | 207.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 207 | 0.54 | 0 | 0.19 | 0.00 | 159.26 | 0.99 | 0.73 |
| Hex | 76 | FE | CF | 36 | 0 | 13 | 0 | 9F | 63 | 49 |
| Octal | 166 | 376 | 317 | 66 | 0 | 23 | 0 | 237 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11001111 | 110110 | 0 | 10011 | 0 | 10011111 | 1100011 | 1001001 |
Color Harmonies of #76FECF
Complementary color
Monochromatic Colors of #76FECF
Black with #76FECF
Text Example
Text Example
White with #76FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FECF; }
p { color: rgb(118,254,207); }
H1.HeaderClassName
{
color: #76FECF;
}
.AnyTagClassName
{
color: #76FECF;
}
</style>
background-color css
<style>
a { background-color: #76FECF; }
a { background-color: rgb(118,254,207); }
div.DivClassName
{
background-color: #76FECF;
}
.BgClassName
{
background-color: #76FECF;
}
</style>
border-color css
<style>
span { border-color: #76FECF; }
span { border-color: rgb(118,254,207); }
td.TdClassName
{
border-color: #76FECF;
}
.TagClassName
{
border-color: #76FECF;
}
</style>