Shades of Medium Aquamarine #68FBA8
Tints of Medium Aquamarine #68FBA8
RGB
CMYK
RGB Variations
Color information
#68FBA8 (or 0x68FBA8) is known color: Medium Aquamarine. HEX triplet: 68, FB and A8. RGB value is (104,251,168). Sum of RGB (Red+Green+Blue) = 104+251+168=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBA8 is #970457. Grayscale: #C5C5C5. Windows color (decimal): -9897048 or 11074408. OLE color: 11074408.
HSL color Cylindrical-coordinate representation of color #68FBA8: hue angle of 146.12º 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 #68FBA8 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 168 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.02 |
| HSL | 146.12º | 0.95% | 0.7% | - |
| HSV(B) | 146.12º | 0.59% | 0.98% | - |
| XYZ | 47.27 | 74.76 | 48.99 | - |
| YUV | 197.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 168 | 0.59 | 0 | 0.33 | 0.02 | 146.12 | 0.95 | 0.7 |
| Hex | 68 | FB | A8 | 3B | 0 | 21 | 2 | 92 | 5F | 46 |
| Octal | 150 | 373 | 250 | 73 | 0 | 41 | 2 | 222 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10101000 | 111011 | 0 | 100001 | 10 | 10010010 | 1011111 | 1000110 |
Color Harmonies of #68FBA8
Complementary color
Monochromatic Colors of #68FBA8
Black with #68FBA8
Text Example
Text Example
White with #68FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBA8; }
p { color: rgb(104,251,168); }
H1.HeaderClassName
{
color: #68FBA8;
}
.AnyTagClassName
{
color: #68FBA8;
}
</style>
background-color css
<style>
a { background-color: #68FBA8; }
a { background-color: rgb(104,251,168); }
div.DivClassName
{
background-color: #68FBA8;
}
.BgClassName
{
background-color: #68FBA8;
}
</style>
border-color css
<style>
span { border-color: #68FBA8; }
span { border-color: rgb(104,251,168); }
td.TdClassName
{
border-color: #68FBA8;
}
.TagClassName
{
border-color: #68FBA8;
}
</style>