Shades of Aquamarine #68EFDA
Tints of Aquamarine #68EFDA
RGB
CMYK
RGB Variations
Color information
#68EFDA (or 0x68EFDA) is known color: Aquamarine. HEX triplet: 68, EF and DA. RGB value is (104,239,218). Sum of RGB (Red+Green+Blue) = 104+239+218=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFDA is #971025. Grayscale: #C4C4C4. Windows color (decimal): -9900070 or 14348136. OLE color: 14348136.
HSL color Cylindrical-coordinate representation of color #68EFDA: hue angle of 170.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFDA is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 218 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.06 |
| HSL | 170.67º | 0.81% | 0.67% | - |
| HSV(B) | 170.67º | 0.56% | 0.94% | - |
| XYZ | 49.23 | 69.74 | 77.2 | - |
| YUV | 196.24 | 140.27 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 218 | 0.56 | 0 | 0.09 | 0.06 | 170.67 | 0.81 | 0.67 |
| Hex | 68 | EF | DA | 38 | 0 | 9 | 6 | AB | 51 | 43 |
| Octal | 150 | 357 | 332 | 70 | 0 | 11 | 6 | 253 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11011010 | 111000 | 0 | 1001 | 110 | 10101011 | 1010001 | 1000011 |
Color Harmonies of #68EFDA
Complementary color
Monochromatic Colors of #68EFDA
Black with #68EFDA
Text Example
Text Example
White with #68EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFDA; }
p { color: rgb(104,239,218); }
H1.HeaderClassName
{
color: #68EFDA;
}
.AnyTagClassName
{
color: #68EFDA;
}
</style>
background-color css
<style>
a { background-color: #68EFDA; }
a { background-color: rgb(104,239,218); }
div.DivClassName
{
background-color: #68EFDA;
}
.BgClassName
{
background-color: #68EFDA;
}
</style>
border-color css
<style>
span { border-color: #68EFDA; }
span { border-color: rgb(104,239,218); }
td.TdClassName
{
border-color: #68EFDA;
}
.TagClassName
{
border-color: #68EFDA;
}
</style>