Shades of Medium Aquamarine #68F3A1
Tints of Medium Aquamarine #68F3A1
RGB
CMYK
RGB Variations
Color information
#68F3A1 (or 0x68F3A1) is known color: Medium Aquamarine. HEX triplet: 68, F3 and A1. RGB value is (104,243,161). Sum of RGB (Red+Green+Blue) = 104+243+161=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F3A1 is #970C5E. Grayscale: #C0C0C0. Windows color (decimal): -9899103 or 10613608. OLE color: 10613608.
HSL color Cylindrical-coordinate representation of color #68F3A1: hue angle of 144.6º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3A1 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 161 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.05 |
| HSL | 144.6º | 0.85% | 0.68% | - |
| HSV(B) | 144.6º | 0.57% | 0.95% | - |
| XYZ | 44.19 | 69.62 | 44.83 | - |
| YUV | 192.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 161 | 0.57 | 0 | 0.34 | 0.05 | 144.6 | 0.85 | 0.68 |
| Hex | 68 | F3 | A1 | 39 | 0 | 22 | 5 | 91 | 55 | 44 |
| Octal | 150 | 363 | 241 | 71 | 0 | 42 | 5 | 221 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10100001 | 111001 | 0 | 100010 | 101 | 10010001 | 1010101 | 1000100 |
Color Harmonies of #68F3A1
Complementary color
Monochromatic Colors of #68F3A1
Black with #68F3A1
Text Example
Text Example
White with #68F3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3A1; }
p { color: rgb(104,243,161); }
H1.HeaderClassName
{
color: #68F3A1;
}
.AnyTagClassName
{
color: #68F3A1;
}
</style>
background-color css
<style>
a { background-color: #68F3A1; }
a { background-color: rgb(104,243,161); }
div.DivClassName
{
background-color: #68F3A1;
}
.BgClassName
{
background-color: #68F3A1;
}
</style>
border-color css
<style>
span { border-color: #68F3A1; }
span { border-color: rgb(104,243,161); }
td.TdClassName
{
border-color: #68F3A1;
}
.TagClassName
{
border-color: #68F3A1;
}
</style>