Shades of Medium Aquamarine #68FAA0
Tints of Medium Aquamarine #68FAA0
RGB
CMYK
RGB Variations
Color information
#68FAA0 (or 0x68FAA0) is known color: Medium Aquamarine. HEX triplet: 68, FA and A0. RGB value is (104,250,160). Sum of RGB (Red+Green+Blue) = 104+250+160=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAA0 is #97055F. Grayscale: #C4C4C4. Windows color (decimal): -9897312 or 10549864. OLE color: 10549864.
HSL color Cylindrical-coordinate representation of color #68FAA0: hue angle of 143.01º 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 #68FAA0 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 160 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.02 |
| HSL | 143.01º | 0.94% | 0.69% | - |
| HSV(B) | 143.01º | 0.58% | 0.98% | - |
| XYZ | 46.24 | 73.85 | 45.08 | - |
| YUV | 196.09 | 107.63 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 160 | 0.58 | 0 | 0.36 | 0.02 | 143.01 | 0.94 | 0.69 |
| Hex | 68 | FA | A0 | 3A | 0 | 24 | 2 | 8F | 5E | 45 |
| Octal | 150 | 372 | 240 | 72 | 0 | 44 | 2 | 217 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10100000 | 111010 | 0 | 100100 | 10 | 10001111 | 1011110 | 1000101 |
Color Harmonies of #68FAA0
Complementary color
Monochromatic Colors of #68FAA0
Black with #68FAA0
Text Example
Text Example
White with #68FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAA0; }
p { color: rgb(104,250,160); }
H1.HeaderClassName
{
color: #68FAA0;
}
.AnyTagClassName
{
color: #68FAA0;
}
</style>
background-color css
<style>
a { background-color: #68FAA0; }
a { background-color: rgb(104,250,160); }
div.DivClassName
{
background-color: #68FAA0;
}
.BgClassName
{
background-color: #68FAA0;
}
</style>
border-color css
<style>
span { border-color: #68FAA0; }
span { border-color: rgb(104,250,160); }
td.TdClassName
{
border-color: #68FAA0;
}
.TagClassName
{
border-color: #68FAA0;
}
</style>