Shades of Aquamarine #68F0DB
Tints of Aquamarine #68F0DB
RGB
CMYK
RGB Variations
Color information
#68F0DB (or 0x68F0DB) is known color: Aquamarine. HEX triplet: 68, F0 and DB. RGB value is (104,240,219). Sum of RGB (Red+Green+Blue) = 104+240+219=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0DB is #970F24. Grayscale: #C4C4C4. Windows color (decimal): -9899813 or 14413928. OLE color: 14413928.
HSL color Cylindrical-coordinate representation of color #68F0DB: hue angle of 170.74º 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 #68F0DB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 219 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.06 |
| HSL | 170.74º | 0.82% | 0.67% | - |
| HSV(B) | 170.74º | 0.57% | 0.94% | - |
| XYZ | 49.66 | 70.38 | 77.98 | - |
| YUV | 196.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 219 | 0.57 | 0 | 0.09 | 0.06 | 170.74 | 0.82 | 0.67 |
| Hex | 68 | F0 | DB | 39 | 0 | 9 | 6 | AB | 52 | 43 |
| Octal | 150 | 360 | 333 | 71 | 0 | 11 | 6 | 253 | 122 | 103 |
| Binary | 1101000 | 11110000 | 11011011 | 111001 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000011 |
Color Harmonies of #68F0DB
Complementary color
Monochromatic Colors of #68F0DB
Black with #68F0DB
Text Example
Text Example
White with #68F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0DB; }
p { color: rgb(104,240,219); }
H1.HeaderClassName
{
color: #68F0DB;
}
.AnyTagClassName
{
color: #68F0DB;
}
</style>
background-color css
<style>
a { background-color: #68F0DB; }
a { background-color: rgb(104,240,219); }
div.DivClassName
{
background-color: #68F0DB;
}
.BgClassName
{
background-color: #68F0DB;
}
</style>
border-color css
<style>
span { border-color: #68F0DB; }
span { border-color: rgb(104,240,219); }
td.TdClassName
{
border-color: #68F0DB;
}
.TagClassName
{
border-color: #68F0DB;
}
</style>