Shades of Aquamarine #68F0D9
Tints of Aquamarine #68F0D9
RGB
CMYK
RGB Variations
Color information
#68F0D9 (or 0x68F0D9) is known color: Aquamarine. HEX triplet: 68, F0 and D9. RGB value is (104,240,217). Sum of RGB (Red+Green+Blue) = 104+240+217=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0D9 is #970F26. Grayscale: #C4C4C4. Windows color (decimal): -9899815 or 14282856. OLE color: 14282856.
HSL color Cylindrical-coordinate representation of color #68F0D9: hue angle of 169.85º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0D9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 217 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.06 |
| HSL | 169.85º | 0.82% | 0.67% | - |
| HSV(B) | 169.85º | 0.57% | 0.94% | - |
| XYZ | 49.39 | 70.27 | 76.61 | - |
| YUV | 196.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 217 | 0.57 | 0 | 0.10 | 0.06 | 169.85 | 0.82 | 0.67 |
| Hex | 68 | F0 | D9 | 39 | 0 | A | 6 | AA | 52 | 43 |
| Octal | 150 | 360 | 331 | 71 | 0 | 12 | 6 | 252 | 122 | 103 |
| Binary | 1101000 | 11110000 | 11011001 | 111001 | 0 | 1010 | 110 | 10101010 | 1010010 | 1000011 |
Color Harmonies of #68F0D9
Complementary color
Monochromatic Colors of #68F0D9
Black with #68F0D9
Text Example
Text Example
White with #68F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0D9; }
p { color: rgb(104,240,217); }
H1.HeaderClassName
{
color: #68F0D9;
}
.AnyTagClassName
{
color: #68F0D9;
}
</style>
background-color css
<style>
a { background-color: #68F0D9; }
a { background-color: rgb(104,240,217); }
div.DivClassName
{
background-color: #68F0D9;
}
.BgClassName
{
background-color: #68F0D9;
}
</style>
border-color css
<style>
span { border-color: #68F0D9; }
span { border-color: rgb(104,240,217); }
td.TdClassName
{
border-color: #68F0D9;
}
.TagClassName
{
border-color: #68F0D9;
}
</style>