Shades of Aquamarine #76FFDF
Tints of Aquamarine #76FFDF
RGB
CMYK
RGB Variations
Color information
#76FFDF (or 0x76FFDF) is known color: Aquamarine. HEX triplet: 76, FF and DF. RGB value is (118,255,223). Sum of RGB (Red+Green+Blue) = 118+255+223=596 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.80% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFDF is #890020. Grayscale: #D2D2D2. Windows color (decimal): -8978465 or 14679926. OLE color: 14679926.
HSL color Cylindrical-coordinate representation of color #76FFDF: hue angle of 165.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFDF is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 223 | - |
| CMYK | 0.54 | 0 | 0.13 | 0 |
| HSL | 165.99º | 1% | 0.73% | - |
| HSV(B) | 165.99º | 0.54% | 1% | - |
| XYZ | 56.55 | 80.7 | 82.41 | - |
| YUV | 210.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 223 | 0.54 | 0 | 0.13 | 0 | 165.99 | 1 | 0.73 |
| Hex | 76 | FF | DF | 36 | 0 | D | 0 | A6 | 64 | 49 |
| Octal | 166 | 377 | 337 | 66 | 0 | 15 | 0 | 246 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11011111 | 110110 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001001 |
Color Harmonies of #76FFDF
Complementary color
Monochromatic Colors of #76FFDF
Black with #76FFDF
Text Example
Text Example
White with #76FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFDF; }
p { color: rgb(118,255,223); }
H1.HeaderClassName
{
color: #76FFDF;
}
.AnyTagClassName
{
color: #76FFDF;
}
</style>
background-color css
<style>
a { background-color: #76FFDF; }
a { background-color: rgb(118,255,223); }
div.DivClassName
{
background-color: #76FFDF;
}
.BgClassName
{
background-color: #76FFDF;
}
</style>
border-color css
<style>
span { border-color: #76FFDF; }
span { border-color: rgb(118,255,223); }
td.TdClassName
{
border-color: #76FFDF;
}
.TagClassName
{
border-color: #76FFDF;
}
</style>