Shades of Aquamarine #76FADC
Tints of Aquamarine #76FADC
RGB
CMYK
RGB Variations
Color information
#76FADC (or 0x76FADC) is known color: Aquamarine. HEX triplet: 76, FA and DC. RGB value is (118,250,220). Sum of RGB (Red+Green+Blue) = 118+250+220=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #76FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FADC is #890523. Grayscale: #CFCFCF. Windows color (decimal): -8979748 or 14482038. OLE color: 14482038.
HSL color Cylindrical-coordinate representation of color #76FADC: hue angle of 166.36º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FADC is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 220 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.02 |
| HSL | 166.36º | 0.93% | 0.72% | - |
| HSV(B) | 166.36º | 0.53% | 0.98% | - |
| XYZ | 54.58 | 77.39 | 79.77 | - |
| YUV | 207.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 220 | 0.53 | 0 | 0.12 | 0.02 | 166.36 | 0.93 | 0.72 |
| Hex | 76 | FA | DC | 35 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 166 | 372 | 334 | 65 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110110 | 11111010 | 11011100 | 110101 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #76FADC
Complementary color
Monochromatic Colors of #76FADC
Black with #76FADC
Text Example
Text Example
White with #76FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FADC; }
p { color: rgb(118,250,220); }
H1.HeaderClassName
{
color: #76FADC;
}
.AnyTagClassName
{
color: #76FADC;
}
</style>
background-color css
<style>
a { background-color: #76FADC; }
a { background-color: rgb(118,250,220); }
div.DivClassName
{
background-color: #76FADC;
}
.BgClassName
{
background-color: #76FADC;
}
</style>
border-color css
<style>
span { border-color: #76FADC; }
span { border-color: rgb(118,250,220); }
td.TdClassName
{
border-color: #76FADC;
}
.TagClassName
{
border-color: #76FADC;
}
</style>