Shades of Medium Aquamarine #68FAA8
Tints of Medium Aquamarine #68FAA8
RGB
CMYK
RGB Variations
Color information
#68FAA8 (or 0x68FAA8) is known color: Medium Aquamarine. HEX triplet: 68, FA and A8. RGB value is (104,250,168). Sum of RGB (Red+Green+Blue) = 104+250+168=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAA8 is #970557. Grayscale: #C5C5C5. Windows color (decimal): -9897304 or 11074152. OLE color: 11074152.
HSL color Cylindrical-coordinate representation of color #68FAA8: hue angle of 146.3º degrees, saturation: 0.94, 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 #68FAA8 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 168 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.02 |
| HSL | 146.3º | 0.94% | 0.69% | - |
| HSV(B) | 146.3º | 0.58% | 0.98% | - |
| XYZ | 46.96 | 74.14 | 48.88 | - |
| YUV | 197 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 168 | 0.58 | 0 | 0.33 | 0.02 | 146.3 | 0.94 | 0.69 |
| Hex | 68 | FA | A8 | 3A | 0 | 21 | 2 | 92 | 5E | 45 |
| Octal | 150 | 372 | 250 | 72 | 0 | 41 | 2 | 222 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10101000 | 111010 | 0 | 100001 | 10 | 10010010 | 1011110 | 1000101 |
Color Harmonies of #68FAA8
Complementary color
Monochromatic Colors of #68FAA8
Black with #68FAA8
Text Example
Text Example
White with #68FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAA8; }
p { color: rgb(104,250,168); }
H1.HeaderClassName
{
color: #68FAA8;
}
.AnyTagClassName
{
color: #68FAA8;
}
</style>
background-color css
<style>
a { background-color: #68FAA8; }
a { background-color: rgb(104,250,168); }
div.DivClassName
{
background-color: #68FAA8;
}
.BgClassName
{
background-color: #68FAA8;
}
</style>
border-color css
<style>
span { border-color: #68FAA8; }
span { border-color: rgb(104,250,168); }
td.TdClassName
{
border-color: #68FAA8;
}
.TagClassName
{
border-color: #68FAA8;
}
</style>