Shades of Medium Aquamarine #68FFA4
Tints of Medium Aquamarine #68FFA4
RGB
CMYK
RGB Variations
Color information
#68FFA4 (or 0x68FFA4) is known color: Medium Aquamarine. HEX triplet: 68, FF and A4. RGB value is (104,255,164). Sum of RGB (Red+Green+Blue) = 104+255+164=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFA4 is #97005B. Grayscale: #C7C7C7. Windows color (decimal): -9896028 or 10813288. OLE color: 10813288.
HSL color Cylindrical-coordinate representation of color #68FFA4: hue angle of 143.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFA4 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 164 | - |
| CMYK | 0.59 | 0 | 0.36 | 0 |
| HSL | 143.84º | 1% | 0.7% | - |
| HSV(B) | 143.84º | 0.59% | 1% | - |
| XYZ | 48.17 | 77.14 | 47.47 | - |
| YUV | 199.48 | 107.97 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 164 | 0.59 | 0 | 0.36 | 0 | 143.84 | 1 | 0.7 |
| Hex | 68 | FF | A4 | 3B | 0 | 24 | 0 | 90 | 64 | 46 |
| Octal | 150 | 377 | 244 | 73 | 0 | 44 | 0 | 220 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10100100 | 111011 | 0 | 100100 | 0 | 10010000 | 1100100 | 1000110 |
Color Harmonies of #68FFA4
Complementary color
Monochromatic Colors of #68FFA4
Black with #68FFA4
Text Example
Text Example
White with #68FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFA4; }
p { color: rgb(104,255,164); }
H1.HeaderClassName
{
color: #68FFA4;
}
.AnyTagClassName
{
color: #68FFA4;
}
</style>
background-color css
<style>
a { background-color: #68FFA4; }
a { background-color: rgb(104,255,164); }
div.DivClassName
{
background-color: #68FFA4;
}
.BgClassName
{
background-color: #68FFA4;
}
</style>
border-color css
<style>
span { border-color: #68FFA4; }
span { border-color: rgb(104,255,164); }
td.TdClassName
{
border-color: #68FFA4;
}
.TagClassName
{
border-color: #68FFA4;
}
</style>