Shades of Aquamarine #68FDDE
Tints of Aquamarine #68FDDE
RGB
CMYK
RGB Variations
Color information
#68FDDE (or 0x68FDDE) is known color: Aquamarine. HEX triplet: 68, FD and DE. RGB value is (104,253,222). Sum of RGB (Red+Green+Blue) = 104+253+222=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDDE is #970221. Grayscale: #CCCCCC. Windows color (decimal): -9896482 or 14613864. OLE color: 14613864.
HSL color Cylindrical-coordinate representation of color #68FDDE: hue angle of 167.52º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDDE is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 222 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.01 |
| HSL | 167.52º | 0.97% | 0.7% | - |
| HSV(B) | 167.52º | 0.59% | 0.99% | - |
| XYZ | 54.02 | 78.47 | 81.41 | - |
| YUV | 204.92 | 137.64 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 222 | 0.59 | 0 | 0.12 | 0.01 | 167.52 | 0.97 | 0.7 |
| Hex | 68 | FD | DE | 3B | 0 | C | 1 | A8 | 61 | 46 |
| Octal | 150 | 375 | 336 | 73 | 0 | 14 | 1 | 250 | 141 | 106 |
| Binary | 1101000 | 11111101 | 11011110 | 111011 | 0 | 1100 | 1 | 10101000 | 1100001 | 1000110 |
Color Harmonies of #68FDDE
Complementary color
Monochromatic Colors of #68FDDE
Black with #68FDDE
Text Example
Text Example
White with #68FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDDE; }
p { color: rgb(104,253,222); }
H1.HeaderClassName
{
color: #68FDDE;
}
.AnyTagClassName
{
color: #68FDDE;
}
</style>
background-color css
<style>
a { background-color: #68FDDE; }
a { background-color: rgb(104,253,222); }
div.DivClassName
{
background-color: #68FDDE;
}
.BgClassName
{
background-color: #68FDDE;
}
</style>
border-color css
<style>
span { border-color: #68FDDE; }
span { border-color: rgb(104,253,222); }
td.TdClassName
{
border-color: #68FDDE;
}
.TagClassName
{
border-color: #68FDDE;
}
</style>