Shades of Aquamarine #76FBC2
Tints of Aquamarine #76FBC2
RGB
CMYK
RGB Variations
Color information
#76FBC2 (or 0x76FBC2) is known color: Aquamarine. HEX triplet: 76, FB and C2. RGB value is (118,251,194). Sum of RGB (Red+Green+Blue) = 118+251+194=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FBC2 is #89043D. Grayscale: #CCCCCC. Windows color (decimal): -8979518 or 12778358. OLE color: 12778358.
HSL color Cylindrical-coordinate representation of color #76FBC2: hue angle of 154.29º degrees, saturation: 0.94, 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 #76FBC2 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 194 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.02 |
| HSL | 154.29º | 0.94% | 0.72% | - |
| HSV(B) | 154.29º | 0.53% | 0.98% | - |
| XYZ | 51.71 | 76.74 | 63.13 | - |
| YUV | 204.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 194 | 0.53 | 0 | 0.23 | 0.02 | 154.29 | 0.94 | 0.72 |
| Hex | 76 | FB | C2 | 35 | 0 | 17 | 2 | 9A | 5E | 48 |
| Octal | 166 | 373 | 302 | 65 | 0 | 27 | 2 | 232 | 136 | 110 |
| Binary | 1110110 | 11111011 | 11000010 | 110101 | 0 | 10111 | 10 | 10011010 | 1011110 | 1001000 |
Color Harmonies of #76FBC2
Complementary color
Monochromatic Colors of #76FBC2
Black with #76FBC2
Text Example
Text Example
White with #76FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FBC2; }
p { color: rgb(118,251,194); }
H1.HeaderClassName
{
color: #76FBC2;
}
.AnyTagClassName
{
color: #76FBC2;
}
</style>
background-color css
<style>
a { background-color: #76FBC2; }
a { background-color: rgb(118,251,194); }
div.DivClassName
{
background-color: #76FBC2;
}
.BgClassName
{
background-color: #76FBC2;
}
</style>
border-color css
<style>
span { border-color: #76FBC2; }
span { border-color: rgb(118,251,194); }
td.TdClassName
{
border-color: #76FBC2;
}
.TagClassName
{
border-color: #76FBC2;
}
</style>