Shades of Aquamarine #68FBDB
Tints of Aquamarine #68FBDB
RGB
CMYK
RGB Variations
Color information
#68FBDB (or 0x68FBDB) is known color: Aquamarine. HEX triplet: 68, FB and DB. RGB value is (104,251,219). Sum of RGB (Red+Green+Blue) = 104+251+219=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBDB is #970424. Grayscale: #CBCBCB. Windows color (decimal): -9896997 or 14416744. OLE color: 14416744.
HSL color Cylindrical-coordinate representation of color #68FBDB: hue angle of 166.94º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBDB is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 219 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.02 |
| HSL | 166.94º | 0.95% | 0.7% | - |
| HSV(B) | 166.94º | 0.59% | 0.98% | - |
| XYZ | 52.99 | 77.05 | 79.1 | - |
| YUV | 203.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 219 | 0.59 | 0 | 0.13 | 0.02 | 166.94 | 0.95 | 0.7 |
| Hex | 68 | FB | DB | 3B | 0 | D | 2 | A7 | 5F | 46 |
| Octal | 150 | 373 | 333 | 73 | 0 | 15 | 2 | 247 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11011011 | 111011 | 0 | 1101 | 10 | 10100111 | 1011111 | 1000110 |
Color Harmonies of #68FBDB
Complementary color
Monochromatic Colors of #68FBDB
Black with #68FBDB
Text Example
Text Example
White with #68FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBDB; }
p { color: rgb(104,251,219); }
H1.HeaderClassName
{
color: #68FBDB;
}
.AnyTagClassName
{
color: #68FBDB;
}
</style>
background-color css
<style>
a { background-color: #68FBDB; }
a { background-color: rgb(104,251,219); }
div.DivClassName
{
background-color: #68FBDB;
}
.BgClassName
{
background-color: #68FBDB;
}
</style>
border-color css
<style>
span { border-color: #68FBDB; }
span { border-color: rgb(104,251,219); }
td.TdClassName
{
border-color: #68FBDB;
}
.TagClassName
{
border-color: #68FBDB;
}
</style>