Shades of Aquamarine #68FFDB
Tints of Aquamarine #68FFDB
RGB
CMYK
RGB Variations
Color information
#68FFDB (or 0x68FFDB) is known color: Aquamarine. HEX triplet: 68, FF and DB. RGB value is (104,255,219). Sum of RGB (Red+Green+Blue) = 104+255+219=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFDB is #970024. Grayscale: #CDCDCD. Windows color (decimal): -9895973 or 14417768. OLE color: 14417768.
HSL color Cylindrical-coordinate representation of color #68FFDB: hue angle of 165.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFDB is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 219 | - |
| CMYK | 0.59 | 0 | 0.14 | 0 |
| HSL | 165.7º | 1% | 0.7% | - |
| HSV(B) | 165.7º | 0.59% | 1% | - |
| XYZ | 54.26 | 79.58 | 79.52 | - |
| YUV | 205.75 | 135.47 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 219 | 0.59 | 0 | 0.14 | 0 | 165.7 | 1 | 0.7 |
| Hex | 68 | FF | DB | 3B | 0 | E | 0 | A6 | 64 | 46 |
| Octal | 150 | 377 | 333 | 73 | 0 | 16 | 0 | 246 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11011011 | 111011 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #68FFDB
Complementary color
Monochromatic Colors of #68FFDB
Black with #68FFDB
Text Example
Text Example
White with #68FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFDB; }
p { color: rgb(104,255,219); }
H1.HeaderClassName
{
color: #68FFDB;
}
.AnyTagClassName
{
color: #68FFDB;
}
</style>
background-color css
<style>
a { background-color: #68FFDB; }
a { background-color: rgb(104,255,219); }
div.DivClassName
{
background-color: #68FFDB;
}
.BgClassName
{
background-color: #68FFDB;
}
</style>
border-color css
<style>
span { border-color: #68FFDB; }
span { border-color: rgb(104,255,219); }
td.TdClassName
{
border-color: #68FFDB;
}
.TagClassName
{
border-color: #68FFDB;
}
</style>