Shades of Aquamarine #68F4D5
Tints of Aquamarine #68F4D5
RGB
CMYK
RGB Variations
Color information
#68F4D5 (or 0x68F4D5) is known color: Aquamarine. HEX triplet: 68, F4 and D5. RGB value is (104,244,213). Sum of RGB (Red+Green+Blue) = 104+244+213=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4D5 is #970B2A. Grayscale: #C6C6C6. Windows color (decimal): -9898795 or 14021736. OLE color: 14021736.
HSL color Cylindrical-coordinate representation of color #68F4D5: hue angle of 166.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4D5 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 213 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.04 |
| HSL | 166.71º | 0.86% | 0.68% | - |
| HSV(B) | 166.71º | 0.57% | 0.96% | - |
| XYZ | 50.07 | 72.45 | 74.3 | - |
| YUV | 198.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 213 | 0.57 | 0 | 0.13 | 0.04 | 166.71 | 0.86 | 0.68 |
| Hex | 68 | F4 | D5 | 39 | 0 | D | 4 | A7 | 56 | 44 |
| Octal | 150 | 364 | 325 | 71 | 0 | 15 | 4 | 247 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11010101 | 111001 | 0 | 1101 | 100 | 10100111 | 1010110 | 1000100 |
Color Harmonies of #68F4D5
Complementary color
Monochromatic Colors of #68F4D5
Black with #68F4D5
Text Example
Text Example
White with #68F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4D5; }
p { color: rgb(104,244,213); }
H1.HeaderClassName
{
color: #68F4D5;
}
.AnyTagClassName
{
color: #68F4D5;
}
</style>
background-color css
<style>
a { background-color: #68F4D5; }
a { background-color: rgb(104,244,213); }
div.DivClassName
{
background-color: #68F4D5;
}
.BgClassName
{
background-color: #68F4D5;
}
</style>
border-color css
<style>
span { border-color: #68F4D5; }
span { border-color: rgb(104,244,213); }
td.TdClassName
{
border-color: #68F4D5;
}
.TagClassName
{
border-color: #68F4D5;
}
</style>