Shades of Aquamarine #68F4DA
Tints of Aquamarine #68F4DA
RGB
CMYK
RGB Variations
Color information
#68F4DA (or 0x68F4DA) is known color: Aquamarine. HEX triplet: 68, F4 and DA. RGB value is (104,244,218). Sum of RGB (Red+Green+Blue) = 104+244+218=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4DA is #970B25. Grayscale: #C7C7C7. Windows color (decimal): -9898790 or 14349416. OLE color: 14349416.
HSL color Cylindrical-coordinate representation of color #68F4DA: hue angle of 168.86º 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 #68F4DA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 218 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.04 |
| HSL | 168.86º | 0.86% | 0.68% | - |
| HSV(B) | 168.86º | 0.57% | 0.96% | - |
| XYZ | 50.71 | 72.71 | 77.69 | - |
| YUV | 199.18 | 138.62 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 218 | 0.57 | 0 | 0.11 | 0.04 | 168.86 | 0.86 | 0.68 |
| Hex | 68 | F4 | DA | 39 | 0 | B | 4 | A9 | 56 | 44 |
| Octal | 150 | 364 | 332 | 71 | 0 | 13 | 4 | 251 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11011010 | 111001 | 0 | 1011 | 100 | 10101001 | 1010110 | 1000100 |
Color Harmonies of #68F4DA
Complementary color
Monochromatic Colors of #68F4DA
Black with #68F4DA
Text Example
Text Example
White with #68F4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4DA; }
p { color: rgb(104,244,218); }
H1.HeaderClassName
{
color: #68F4DA;
}
.AnyTagClassName
{
color: #68F4DA;
}
</style>
background-color css
<style>
a { background-color: #68F4DA; }
a { background-color: rgb(104,244,218); }
div.DivClassName
{
background-color: #68F4DA;
}
.BgClassName
{
background-color: #68F4DA;
}
</style>
border-color css
<style>
span { border-color: #68F4DA; }
span { border-color: rgb(104,244,218); }
td.TdClassName
{
border-color: #68F4DA;
}
.TagClassName
{
border-color: #68F4DA;
}
</style>