Shades of Medium Aquamarine #68FBA1
Tints of Medium Aquamarine #68FBA1
RGB
CMYK
RGB Variations
Color information
#68FBA1 (or 0x68FBA1) is known color: Medium Aquamarine. HEX triplet: 68, FB and A1. RGB value is (104,251,161). Sum of RGB (Red+Green+Blue) = 104+251+161=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBA1 is #97045E. Grayscale: #C5C5C5. Windows color (decimal): -9897055 or 10615656. OLE color: 10615656.
HSL color Cylindrical-coordinate representation of color #68FBA1: hue angle of 143.27º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBA1 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 161 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.02 |
| HSL | 143.27º | 0.95% | 0.7% | - |
| HSV(B) | 143.27º | 0.59% | 0.98% | - |
| XYZ | 46.64 | 74.51 | 45.64 | - |
| YUV | 196.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 161 | 0.59 | 0 | 0.36 | 0.02 | 143.27 | 0.95 | 0.7 |
| Hex | 68 | FB | A1 | 3B | 0 | 24 | 2 | 8F | 5F | 46 |
| Octal | 150 | 373 | 241 | 73 | 0 | 44 | 2 | 217 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10100001 | 111011 | 0 | 100100 | 10 | 10001111 | 1011111 | 1000110 |
Color Harmonies of #68FBA1
Complementary color
Monochromatic Colors of #68FBA1
Black with #68FBA1
Text Example
Text Example
White with #68FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBA1; }
p { color: rgb(104,251,161); }
H1.HeaderClassName
{
color: #68FBA1;
}
.AnyTagClassName
{
color: #68FBA1;
}
</style>
background-color css
<style>
a { background-color: #68FBA1; }
a { background-color: rgb(104,251,161); }
div.DivClassName
{
background-color: #68FBA1;
}
.BgClassName
{
background-color: #68FBA1;
}
</style>
border-color css
<style>
span { border-color: #68FBA1; }
span { border-color: rgb(104,251,161); }
td.TdClassName
{
border-color: #68FBA1;
}
.TagClassName
{
border-color: #68FBA1;
}
</style>