Shades of Medium Aquamarine #68FDA1
Tints of Medium Aquamarine #68FDA1
RGB
CMYK
RGB Variations
Color information
#68FDA1 (or 0x68FDA1) is known color: Medium Aquamarine. HEX triplet: 68, FD and A1. RGB value is (104,253,161). Sum of RGB (Red+Green+Blue) = 104+253+161=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FDA1 is #97025E. Grayscale: #C6C6C6. Windows color (decimal): -9896543 or 10616168. OLE color: 10616168.
HSL color Cylindrical-coordinate representation of color #68FDA1: hue angle of 142.95º 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 #68FDA1 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 161 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.01 |
| HSL | 142.95º | 0.97% | 0.7% | - |
| HSV(B) | 142.95º | 0.59% | 0.99% | - |
| XYZ | 47.27 | 75.77 | 45.85 | - |
| YUV | 197.96 | 107.14 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 161 | 0.59 | 0 | 0.36 | 0.01 | 142.95 | 0.97 | 0.7 |
| Hex | 68 | FD | A1 | 3B | 0 | 24 | 1 | 8F | 61 | 46 |
| Octal | 150 | 375 | 241 | 73 | 0 | 44 | 1 | 217 | 141 | 106 |
| Binary | 1101000 | 11111101 | 10100001 | 111011 | 0 | 100100 | 1 | 10001111 | 1100001 | 1000110 |
Color Harmonies of #68FDA1
Complementary color
Monochromatic Colors of #68FDA1
Black with #68FDA1
Text Example
Text Example
White with #68FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDA1; }
p { color: rgb(104,253,161); }
H1.HeaderClassName
{
color: #68FDA1;
}
.AnyTagClassName
{
color: #68FDA1;
}
</style>
background-color css
<style>
a { background-color: #68FDA1; }
a { background-color: rgb(104,253,161); }
div.DivClassName
{
background-color: #68FDA1;
}
.BgClassName
{
background-color: #68FDA1;
}
</style>
border-color css
<style>
span { border-color: #68FDA1; }
span { border-color: rgb(104,253,161); }
td.TdClassName
{
border-color: #68FDA1;
}
.TagClassName
{
border-color: #68FDA1;
}
</style>