Shades of Aquamarine #76F7C3
Tints of Aquamarine #76F7C3
RGB
CMYK
RGB Variations
Color information
#76F7C3 (or 0x76F7C3) is known color: Aquamarine. HEX triplet: 76, F7 and C3. RGB value is (118,247,195). Sum of RGB (Red+Green+Blue) = 118+247+195=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F7C3 is #89083C. Grayscale: #CACACA. Windows color (decimal): -8980541 or 12842870. OLE color: 12842870.
HSL color Cylindrical-coordinate representation of color #76F7C3: hue angle of 155.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7C3 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 247 | 195 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.03 |
| HSL | 155.81º | 0.89% | 0.72% | - |
| HSV(B) | 155.81º | 0.52% | 0.97% | - |
| XYZ | 50.58 | 74.31 | 63.31 | - |
| YUV | 202.5 | 123.76 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 247 | 195 | 0.52 | 0 | 0.21 | 0.03 | 155.81 | 0.89 | 0.72 |
| Hex | 76 | F7 | C3 | 34 | 0 | 15 | 3 | 9C | 59 | 48 |
| Octal | 166 | 367 | 303 | 64 | 0 | 25 | 3 | 234 | 131 | 110 |
| Binary | 1110110 | 11110111 | 11000011 | 110100 | 0 | 10101 | 11 | 10011100 | 1011001 | 1001000 |
Color Harmonies of #76F7C3
Complementary color
Monochromatic Colors of #76F7C3
Black with #76F7C3
Text Example
Text Example
White with #76F7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F7C3; }
p { color: rgb(118,247,195); }
H1.HeaderClassName
{
color: #76F7C3;
}
.AnyTagClassName
{
color: #76F7C3;
}
</style>
background-color css
<style>
a { background-color: #76F7C3; }
a { background-color: rgb(118,247,195); }
div.DivClassName
{
background-color: #76F7C3;
}
.BgClassName
{
background-color: #76F7C3;
}
</style>
border-color css
<style>
span { border-color: #76F7C3; }
span { border-color: rgb(118,247,195); }
td.TdClassName
{
border-color: #76F7C3;
}
.TagClassName
{
border-color: #76F7C3;
}
</style>