Shades of Aquamarine #68F6DC
Tints of Aquamarine #68F6DC
RGB
CMYK
RGB Variations
Color information
#68F6DC (or 0x68F6DC) is known color: Aquamarine. HEX triplet: 68, F6 and DC. RGB value is (104,246,220). Sum of RGB (Red+Green+Blue) = 104+246+220=570 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.25% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6DC is #970923. Grayscale: #C8C8C8. Windows color (decimal): -9898276 or 14481000. OLE color: 14481000.
HSL color Cylindrical-coordinate representation of color #68F6DC: hue angle of 169.01º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6DC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 220 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.04 |
| HSL | 169.01º | 0.89% | 0.69% | - |
| HSV(B) | 169.01º | 0.58% | 0.96% | - |
| XYZ | 51.58 | 74.02 | 79.28 | - |
| YUV | 200.58 | 138.96 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 220 | 0.58 | 0 | 0.11 | 0.04 | 169.01 | 0.89 | 0.69 |
| Hex | 68 | F6 | DC | 3A | 0 | B | 4 | A9 | 59 | 45 |
| Octal | 150 | 366 | 334 | 72 | 0 | 13 | 4 | 251 | 131 | 105 |
| Binary | 1101000 | 11110110 | 11011100 | 111010 | 0 | 1011 | 100 | 10101001 | 1011001 | 1000101 |
Color Harmonies of #68F6DC
Complementary color
Monochromatic Colors of #68F6DC
Black with #68F6DC
Text Example
Text Example
White with #68F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F6DC; }
p { color: rgb(104,246,220); }
H1.HeaderClassName
{
color: #68F6DC;
}
.AnyTagClassName
{
color: #68F6DC;
}
</style>
background-color css
<style>
a { background-color: #68F6DC; }
a { background-color: rgb(104,246,220); }
div.DivClassName
{
background-color: #68F6DC;
}
.BgClassName
{
background-color: #68F6DC;
}
</style>
border-color css
<style>
span { border-color: #68F6DC; }
span { border-color: rgb(104,246,220); }
td.TdClassName
{
border-color: #68F6DC;
}
.TagClassName
{
border-color: #68F6DC;
}
</style>