Shades of Aquamarine #68FADA
Tints of Aquamarine #68FADA
RGB
CMYK
RGB Variations
Color information
#68FADA (or 0x68FADA) is known color: Aquamarine. HEX triplet: 68, FA and DA. RGB value is (104,250,218). Sum of RGB (Red+Green+Blue) = 104+250+218=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #68FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FADA is #970525. Grayscale: #CACACA. Windows color (decimal): -9897254 or 14350952. OLE color: 14350952.
HSL color Cylindrical-coordinate representation of color #68FADA: hue angle of 166.85º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FADA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 218 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.02 |
| HSL | 166.85º | 0.94% | 0.69% | - |
| HSV(B) | 166.85º | 0.58% | 0.98% | - |
| XYZ | 52.55 | 76.38 | 78.3 | - |
| YUV | 202.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 218 | 0.58 | 0 | 0.13 | 0.02 | 166.85 | 0.94 | 0.69 |
| Hex | 68 | FA | DA | 3A | 0 | D | 2 | A7 | 5E | 45 |
| Octal | 150 | 372 | 332 | 72 | 0 | 15 | 2 | 247 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11011010 | 111010 | 0 | 1101 | 10 | 10100111 | 1011110 | 1000101 |
Color Harmonies of #68FADA
Complementary color
Monochromatic Colors of #68FADA
Black with #68FADA
Text Example
Text Example
White with #68FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FADA; }
p { color: rgb(104,250,218); }
H1.HeaderClassName
{
color: #68FADA;
}
.AnyTagClassName
{
color: #68FADA;
}
</style>
background-color css
<style>
a { background-color: #68FADA; }
a { background-color: rgb(104,250,218); }
div.DivClassName
{
background-color: #68FADA;
}
.BgClassName
{
background-color: #68FADA;
}
</style>
border-color css
<style>
span { border-color: #68FADA; }
span { border-color: rgb(104,250,218); }
td.TdClassName
{
border-color: #68FADA;
}
.TagClassName
{
border-color: #68FADA;
}
</style>