Shades of Aquamarine #68FCD0
Tints of Aquamarine #68FCD0
RGB
CMYK
RGB Variations
Color information
#68FCD0 (or 0x68FCD0) is known color: Aquamarine. HEX triplet: 68, FC and D0. RGB value is (104,252,208). Sum of RGB (Red+Green+Blue) = 104+252+208=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCD0 is #97032F. Grayscale: #CACACA. Windows color (decimal): -9896752 or 13696104. OLE color: 13696104.
HSL color Cylindrical-coordinate representation of color #68FCD0: hue angle of 162.16º degrees, saturation: 0.96, 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 #68FCD0 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 208 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.01 |
| HSL | 162.16º | 0.96% | 0.7% | - |
| HSV(B) | 162.16º | 0.59% | 0.99% | - |
| XYZ | 51.9 | 77.12 | 71.82 | - |
| YUV | 202.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 208 | 0.59 | 0 | 0.17 | 0.01 | 162.16 | 0.96 | 0.7 |
| Hex | 68 | FC | D0 | 3B | 0 | 11 | 1 | A2 | 60 | 46 |
| Octal | 150 | 374 | 320 | 73 | 0 | 21 | 1 | 242 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11010000 | 111011 | 0 | 10001 | 1 | 10100010 | 1100000 | 1000110 |
Color Harmonies of #68FCD0
Complementary color
Monochromatic Colors of #68FCD0
Black with #68FCD0
Text Example
Text Example
White with #68FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCD0; }
p { color: rgb(104,252,208); }
H1.HeaderClassName
{
color: #68FCD0;
}
.AnyTagClassName
{
color: #68FCD0;
}
</style>
background-color css
<style>
a { background-color: #68FCD0; }
a { background-color: rgb(104,252,208); }
div.DivClassName
{
background-color: #68FCD0;
}
.BgClassName
{
background-color: #68FCD0;
}
</style>
border-color css
<style>
span { border-color: #68FCD0; }
span { border-color: rgb(104,252,208); }
td.TdClassName
{
border-color: #68FCD0;
}
.TagClassName
{
border-color: #68FCD0;
}
</style>