Shades of Medium Aquamarine #68FC9F
Tints of Medium Aquamarine #68FC9F
RGB
CMYK
RGB Variations
Color information
#68FC9F (or 0x68FC9F) is known color: Medium Aquamarine. HEX triplet: 68, FC and 9F. RGB value is (104,252,159). Sum of RGB (Red+Green+Blue) = 104+252+159=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #68FC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FC9F is #970360. Grayscale: #C5C5C5. Windows color (decimal): -9896801 or 10484840. OLE color: 10484840.
HSL color Cylindrical-coordinate representation of color #68FC9F: hue angle of 142.3º 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 #68FC9F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 159 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.01 |
| HSL | 142.3º | 0.96% | 0.7% | - |
| HSV(B) | 142.3º | 0.59% | 0.99% | - |
| XYZ | 46.78 | 75.07 | 44.82 | - |
| YUV | 197.15 | 106.47 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 159 | 0.59 | 0 | 0.37 | 0.01 | 142.3 | 0.96 | 0.7 |
| Hex | 68 | FC | 9F | 3B | 0 | 25 | 1 | 8E | 60 | 46 |
| Octal | 150 | 374 | 237 | 73 | 0 | 45 | 1 | 216 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10011111 | 111011 | 0 | 100101 | 1 | 10001110 | 1100000 | 1000110 |
Color Harmonies of #68FC9F
Complementary color
Monochromatic Colors of #68FC9F
Black with #68FC9F
Text Example
Text Example
White with #68FC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FC9F; }
p { color: rgb(104,252,159); }
H1.HeaderClassName
{
color: #68FC9F;
}
.AnyTagClassName
{
color: #68FC9F;
}
</style>
background-color css
<style>
a { background-color: #68FC9F; }
a { background-color: rgb(104,252,159); }
div.DivClassName
{
background-color: #68FC9F;
}
.BgClassName
{
background-color: #68FC9F;
}
</style>
border-color css
<style>
span { border-color: #68FC9F; }
span { border-color: rgb(104,252,159); }
td.TdClassName
{
border-color: #68FC9F;
}
.TagClassName
{
border-color: #68FC9F;
}
</style>