Shades of Medium Aquamarine #68FCA1
Tints of Medium Aquamarine #68FCA1
RGB
CMYK
RGB Variations
Color information
#68FCA1 (or 0x68FCA1) is known color: Medium Aquamarine. HEX triplet: 68, FC and A1. RGB value is (104,252,161). Sum of RGB (Red+Green+Blue) = 104+252+161=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FCA1 is #97035E. Grayscale: #C5C5C5. Windows color (decimal): -9896799 or 10615912. OLE color: 10615912.
HSL color Cylindrical-coordinate representation of color #68FCA1: hue angle of 143.11º 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 #68FCA1 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 161 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.01 |
| HSL | 143.11º | 0.96% | 0.7% | - |
| HSV(B) | 143.11º | 0.59% | 0.99% | - |
| XYZ | 46.95 | 75.14 | 45.75 | - |
| YUV | 197.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 161 | 0.59 | 0 | 0.36 | 0.01 | 143.11 | 0.96 | 0.7 |
| Hex | 68 | FC | A1 | 3B | 0 | 24 | 1 | 8F | 60 | 46 |
| Octal | 150 | 374 | 241 | 73 | 0 | 44 | 1 | 217 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10100001 | 111011 | 0 | 100100 | 1 | 10001111 | 1100000 | 1000110 |
Color Harmonies of #68FCA1
Complementary color
Monochromatic Colors of #68FCA1
Black with #68FCA1
Text Example
Text Example
White with #68FCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCA1; }
p { color: rgb(104,252,161); }
H1.HeaderClassName
{
color: #68FCA1;
}
.AnyTagClassName
{
color: #68FCA1;
}
</style>
background-color css
<style>
a { background-color: #68FCA1; }
a { background-color: rgb(104,252,161); }
div.DivClassName
{
background-color: #68FCA1;
}
.BgClassName
{
background-color: #68FCA1;
}
</style>
border-color css
<style>
span { border-color: #68FCA1; }
span { border-color: rgb(104,252,161); }
td.TdClassName
{
border-color: #68FCA1;
}
.TagClassName
{
border-color: #68FCA1;
}
</style>