Shades of Aquamarine #76F8DF
Tints of Aquamarine #76F8DF
RGB
CMYK
RGB Variations
Color information
#76F8DF (or 0x76F8DF) is known color: Aquamarine. HEX triplet: 76, F8 and DF. RGB value is (118,248,223). Sum of RGB (Red+Green+Blue) = 118+248+223=589 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20.03% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F8DF is #890720. Grayscale: #CECECE. Windows color (decimal): -8980257 or 14678134. OLE color: 14678134.
HSL color Cylindrical-coordinate representation of color #76F8DF: hue angle of 168.46º degrees, saturation: 0.9, 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 #76F8DF is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 248 | 223 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.03 |
| HSL | 168.46º | 0.9% | 0.72% | - |
| HSV(B) | 168.46º | 0.52% | 0.97% | - |
| XYZ | 54.36 | 76.31 | 81.68 | - |
| YUV | 206.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 248 | 223 | 0.52 | 0 | 0.10 | 0.03 | 168.46 | 0.9 | 0.72 |
| Hex | 76 | F8 | DF | 34 | 0 | A | 3 | A8 | 5A | 48 |
| Octal | 166 | 370 | 337 | 64 | 0 | 12 | 3 | 250 | 132 | 110 |
| Binary | 1110110 | 11111000 | 11011111 | 110100 | 0 | 1010 | 11 | 10101000 | 1011010 | 1001000 |
Color Harmonies of #76F8DF
Complementary color
Monochromatic Colors of #76F8DF
Black with #76F8DF
Text Example
Text Example
White with #76F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F8DF; }
p { color: rgb(118,248,223); }
H1.HeaderClassName
{
color: #76F8DF;
}
.AnyTagClassName
{
color: #76F8DF;
}
</style>
background-color css
<style>
a { background-color: #76F8DF; }
a { background-color: rgb(118,248,223); }
div.DivClassName
{
background-color: #76F8DF;
}
.BgClassName
{
background-color: #76F8DF;
}
</style>
border-color css
<style>
span { border-color: #76F8DF; }
span { border-color: rgb(118,248,223); }
td.TdClassName
{
border-color: #76F8DF;
}
.TagClassName
{
border-color: #76F8DF;
}
</style>