Shades of Aquamarine #76FCC5
Tints of Aquamarine #76FCC5
RGB
CMYK
RGB Variations
Color information
#76FCC5 (or 0x76FCC5) is known color: Aquamarine. HEX triplet: 76, FC and C5. RGB value is (118,252,197). Sum of RGB (Red+Green+Blue) = 118+252+197=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCC5 is #89033A. Grayscale: #CDCDCD. Windows color (decimal): -8979259 or 12975222. OLE color: 12975222.
HSL color Cylindrical-coordinate representation of color #76FCC5: hue angle of 155.37º 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 #76FCC5 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 197 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.01 |
| HSL | 155.37º | 0.96% | 0.73% | - |
| HSV(B) | 155.37º | 0.53% | 0.99% | - |
| XYZ | 52.36 | 77.5 | 65.02 | - |
| YUV | 205.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 197 | 0.53 | 0 | 0.22 | 0.01 | 155.37 | 0.96 | 0.73 |
| Hex | 76 | FC | C5 | 35 | 0 | 16 | 1 | 9B | 60 | 49 |
| Octal | 166 | 374 | 305 | 65 | 0 | 26 | 1 | 233 | 140 | 111 |
| Binary | 1110110 | 11111100 | 11000101 | 110101 | 0 | 10110 | 1 | 10011011 | 1100000 | 1001001 |
Color Harmonies of #76FCC5
Complementary color
Monochromatic Colors of #76FCC5
Black with #76FCC5
Text Example
Text Example
White with #76FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCC5; }
p { color: rgb(118,252,197); }
H1.HeaderClassName
{
color: #76FCC5;
}
.AnyTagClassName
{
color: #76FCC5;
}
</style>
background-color css
<style>
a { background-color: #76FCC5; }
a { background-color: rgb(118,252,197); }
div.DivClassName
{
background-color: #76FCC5;
}
.BgClassName
{
background-color: #76FCC5;
}
</style>
border-color css
<style>
span { border-color: #76FCC5; }
span { border-color: rgb(118,252,197); }
td.TdClassName
{
border-color: #76FCC5;
}
.TagClassName
{
border-color: #76FCC5;
}
</style>