Shades of Medium Aquamarine #68F9A8
Tints of Medium Aquamarine #68F9A8
RGB
CMYK
RGB Variations
Color information
#68F9A8 (or 0x68F9A8) is known color: Medium Aquamarine. HEX triplet: 68, F9 and A8. RGB value is (104,249,168). Sum of RGB (Red+Green+Blue) = 104+249+168=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F9A8 is #970657. Grayscale: #C4C4C4. Windows color (decimal): -9897560 or 11073896. OLE color: 11073896.
HSL color Cylindrical-coordinate representation of color #68F9A8: hue angle of 146.48º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9A8 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 168 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.02 |
| HSL | 146.48º | 0.92% | 0.69% | - |
| HSV(B) | 146.48º | 0.58% | 0.98% | - |
| XYZ | 46.65 | 73.52 | 48.78 | - |
| YUV | 196.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 168 | 0.58 | 0 | 0.33 | 0.02 | 146.48 | 0.92 | 0.69 |
| Hex | 68 | F9 | A8 | 3A | 0 | 21 | 2 | 92 | 5C | 45 |
| Octal | 150 | 371 | 250 | 72 | 0 | 41 | 2 | 222 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10101000 | 111010 | 0 | 100001 | 10 | 10010010 | 1011100 | 1000101 |
Color Harmonies of #68F9A8
Complementary color
Monochromatic Colors of #68F9A8
Black with #68F9A8
Text Example
Text Example
White with #68F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9A8; }
p { color: rgb(104,249,168); }
H1.HeaderClassName
{
color: #68F9A8;
}
.AnyTagClassName
{
color: #68F9A8;
}
</style>
background-color css
<style>
a { background-color: #68F9A8; }
a { background-color: rgb(104,249,168); }
div.DivClassName
{
background-color: #68F9A8;
}
.BgClassName
{
background-color: #68F9A8;
}
</style>
border-color css
<style>
span { border-color: #68F9A8; }
span { border-color: rgb(104,249,168); }
td.TdClassName
{
border-color: #68F9A8;
}
.TagClassName
{
border-color: #68F9A8;
}
</style>