Shades of Aquamarine #76FCDF
Tints of Aquamarine #76FCDF
RGB
CMYK
RGB Variations
Color information
#76FCDF (or 0x76FCDF) is known color: Aquamarine. HEX triplet: 76, FC and DF. RGB value is (118,252,223). Sum of RGB (Red+Green+Blue) = 118+252+223=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCDF is #890320. Grayscale: #D0D0D0. Windows color (decimal): -8979233 or 14679158. OLE color: 14679158.
HSL color Cylindrical-coordinate representation of color #76FCDF: hue angle of 167.01º 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 #76FCDF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 223 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.01 |
| HSL | 167.01º | 0.96% | 0.73% | - |
| HSV(B) | 167.01º | 0.53% | 0.99% | - |
| XYZ | 55.6 | 78.8 | 82.09 | - |
| YUV | 208.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 223 | 0.53 | 0 | 0.12 | 0.01 | 167.01 | 0.96 | 0.73 |
| Hex | 76 | FC | DF | 35 | 0 | C | 1 | A7 | 60 | 49 |
| Octal | 166 | 374 | 337 | 65 | 0 | 14 | 1 | 247 | 140 | 111 |
| Binary | 1110110 | 11111100 | 11011111 | 110101 | 0 | 1100 | 1 | 10100111 | 1100000 | 1001001 |
Color Harmonies of #76FCDF
Complementary color
Monochromatic Colors of #76FCDF
Black with #76FCDF
Text Example
Text Example
White with #76FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCDF; }
p { color: rgb(118,252,223); }
H1.HeaderClassName
{
color: #76FCDF;
}
.AnyTagClassName
{
color: #76FCDF;
}
</style>
background-color css
<style>
a { background-color: #76FCDF; }
a { background-color: rgb(118,252,223); }
div.DivClassName
{
background-color: #76FCDF;
}
.BgClassName
{
background-color: #76FCDF;
}
</style>
border-color css
<style>
span { border-color: #76FCDF; }
span { border-color: rgb(118,252,223); }
td.TdClassName
{
border-color: #76FCDF;
}
.TagClassName
{
border-color: #76FCDF;
}
</style>