Shades of Medium Aquamarine #68F2A5
Tints of Medium Aquamarine #68F2A5
RGB
CMYK
RGB Variations
Color information
#68F2A5 (or 0x68F2A5) is known color: Medium Aquamarine. HEX triplet: 68, F2 and A5. RGB value is (104,242,165). Sum of RGB (Red+Green+Blue) = 104+242+165=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2A5 is #970D5A. Grayscale: #C0C0C0. Windows color (decimal): -9899355 or 10875496. OLE color: 10875496.
HSL color Cylindrical-coordinate representation of color #68F2A5: hue angle of 146.52º degrees, saturation: 0.84, 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 #68F2A5 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 165 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.05 |
| HSL | 146.52º | 0.84% | 0.68% | - |
| HSV(B) | 146.52º | 0.57% | 0.95% | - |
| XYZ | 44.25 | 69.16 | 46.61 | - |
| YUV | 191.96 | 112.78 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 165 | 0.57 | 0 | 0.32 | 0.05 | 146.52 | 0.84 | 0.68 |
| Hex | 68 | F2 | A5 | 39 | 0 | 20 | 5 | 93 | 54 | 44 |
| Octal | 150 | 362 | 245 | 71 | 0 | 40 | 5 | 223 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10100101 | 111001 | 0 | 100000 | 101 | 10010011 | 1010100 | 1000100 |
Color Harmonies of #68F2A5
Complementary color
Monochromatic Colors of #68F2A5
Black with #68F2A5
Text Example
Text Example
White with #68F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2A5; }
p { color: rgb(104,242,165); }
H1.HeaderClassName
{
color: #68F2A5;
}
.AnyTagClassName
{
color: #68F2A5;
}
</style>
background-color css
<style>
a { background-color: #68F2A5; }
a { background-color: rgb(104,242,165); }
div.DivClassName
{
background-color: #68F2A5;
}
.BgClassName
{
background-color: #68F2A5;
}
</style>
border-color css
<style>
span { border-color: #68F2A5; }
span { border-color: rgb(104,242,165); }
td.TdClassName
{
border-color: #68F2A5;
}
.TagClassName
{
border-color: #68F2A5;
}
</style>