Shades of Medium Aquamarine #68EFA1
Tints of Medium Aquamarine #68EFA1
RGB
CMYK
RGB Variations
Color information
#68EFA1 (or 0x68EFA1) is known color: Medium Aquamarine. HEX triplet: 68, EF and A1. RGB value is (104,239,161). Sum of RGB (Red+Green+Blue) = 104+239+161=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EFA1 is #97105E. Grayscale: #BDBDBD. Windows color (decimal): -9900127 or 10612584. OLE color: 10612584.
HSL color Cylindrical-coordinate representation of color #68EFA1: hue angle of 145.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFA1 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 161 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.06 |
| HSL | 145.33º | 0.81% | 0.67% | - |
| HSV(B) | 145.33º | 0.56% | 0.94% | - |
| XYZ | 43.01 | 67.25 | 44.43 | - |
| YUV | 189.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 161 | 0.56 | 0 | 0.33 | 0.06 | 145.33 | 0.81 | 0.67 |
| Hex | 68 | EF | A1 | 38 | 0 | 21 | 6 | 91 | 51 | 43 |
| Octal | 150 | 357 | 241 | 70 | 0 | 41 | 6 | 221 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10100001 | 111000 | 0 | 100001 | 110 | 10010001 | 1010001 | 1000011 |
Color Harmonies of #68EFA1
Complementary color
Monochromatic Colors of #68EFA1
Black with #68EFA1
Text Example
Text Example
White with #68EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFA1; }
p { color: rgb(104,239,161); }
H1.HeaderClassName
{
color: #68EFA1;
}
.AnyTagClassName
{
color: #68EFA1;
}
</style>
background-color css
<style>
a { background-color: #68EFA1; }
a { background-color: rgb(104,239,161); }
div.DivClassName
{
background-color: #68EFA1;
}
.BgClassName
{
background-color: #68EFA1;
}
</style>
border-color css
<style>
span { border-color: #68EFA1; }
span { border-color: rgb(104,239,161); }
td.TdClassName
{
border-color: #68EFA1;
}
.TagClassName
{
border-color: #68EFA1;
}
</style>