Shades of Aquamarine #76FCDA
Tints of Aquamarine #76FCDA
RGB
CMYK
RGB Variations
Color information
#76FCDA (or 0x76FCDA) is known color: Aquamarine. HEX triplet: 76, FC and DA. RGB value is (118,252,218). Sum of RGB (Red+Green+Blue) = 118+252+218=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCDA is #890325. Grayscale: #D0D0D0. Windows color (decimal): -8979238 or 14351478. OLE color: 14351478.
HSL color Cylindrical-coordinate representation of color #76FCDA: hue angle of 164.78º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCDA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 218 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.01 |
| HSL | 164.78º | 0.96% | 0.73% | - |
| HSV(B) | 164.78º | 0.53% | 0.99% | - |
| XYZ | 54.94 | 78.53 | 78.59 | - |
| YUV | 208.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 218 | 0.53 | 0 | 0.13 | 0.01 | 164.78 | 0.96 | 0.73 |
| Hex | 76 | FC | DA | 35 | 0 | D | 1 | A5 | 60 | 49 |
| Octal | 166 | 374 | 332 | 65 | 0 | 15 | 1 | 245 | 140 | 111 |
| Binary | 1110110 | 11111100 | 11011010 | 110101 | 0 | 1101 | 1 | 10100101 | 1100000 | 1001001 |
Color Harmonies of #76FCDA
Complementary color
Monochromatic Colors of #76FCDA
Black with #76FCDA
Text Example
Text Example
White with #76FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCDA; }
p { color: rgb(118,252,218); }
H1.HeaderClassName
{
color: #76FCDA;
}
.AnyTagClassName
{
color: #76FCDA;
}
</style>
background-color css
<style>
a { background-color: #76FCDA; }
a { background-color: rgb(118,252,218); }
div.DivClassName
{
background-color: #76FCDA;
}
.BgClassName
{
background-color: #76FCDA;
}
</style>
border-color css
<style>
span { border-color: #76FCDA; }
span { border-color: rgb(118,252,218); }
td.TdClassName
{
border-color: #76FCDA;
}
.TagClassName
{
border-color: #76FCDA;
}
</style>