Shades of Aquamarine #68FCDB
Tints of Aquamarine #68FCDB
RGB
CMYK
RGB Variations
Color information
#68FCDB (or 0x68FCDB) is known color: Aquamarine. HEX triplet: 68, FC and DB. RGB value is (104,252,219). Sum of RGB (Red+Green+Blue) = 104+252+219=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCDB is #970324. Grayscale: #CBCBCB. Windows color (decimal): -9896741 or 14417000. OLE color: 14417000.
HSL color Cylindrical-coordinate representation of color #68FCDB: hue angle of 166.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCDB is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 219 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.01 |
| HSL | 166.62º | 0.96% | 0.7% | - |
| HSV(B) | 166.62º | 0.59% | 0.99% | - |
| XYZ | 53.31 | 77.68 | 79.2 | - |
| YUV | 203.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 219 | 0.59 | 0 | 0.13 | 0.01 | 166.62 | 0.96 | 0.7 |
| Hex | 68 | FC | DB | 3B | 0 | D | 1 | A7 | 60 | 46 |
| Octal | 150 | 374 | 333 | 73 | 0 | 15 | 1 | 247 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11011011 | 111011 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000110 |
Color Harmonies of #68FCDB
Complementary color
Monochromatic Colors of #68FCDB
Black with #68FCDB
Text Example
Text Example
White with #68FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCDB; }
p { color: rgb(104,252,219); }
H1.HeaderClassName
{
color: #68FCDB;
}
.AnyTagClassName
{
color: #68FCDB;
}
</style>
background-color css
<style>
a { background-color: #68FCDB; }
a { background-color: rgb(104,252,219); }
div.DivClassName
{
background-color: #68FCDB;
}
.BgClassName
{
background-color: #68FCDB;
}
</style>
border-color css
<style>
span { border-color: #68FCDB; }
span { border-color: rgb(104,252,219); }
td.TdClassName
{
border-color: #68FCDB;
}
.TagClassName
{
border-color: #68FCDB;
}
</style>