Shades of Medium Aquamarine #68FAAA
Tints of Medium Aquamarine #68FAAA
RGB
CMYK
RGB Variations
Color information
#68FAAA (or 0x68FAAA) is known color: Medium Aquamarine. HEX triplet: 68, FA and AA. RGB value is (104,250,170). Sum of RGB (Red+Green+Blue) = 104+250+170=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAAA is #970555. Grayscale: #C5C5C5. Windows color (decimal): -9897302 or 11205224. OLE color: 11205224.
HSL color Cylindrical-coordinate representation of color #68FAAA: hue angle of 147.12º 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 #68FAAA is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 170 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.02 |
| HSL | 147.12º | 0.94% | 0.69% | - |
| HSV(B) | 147.12º | 0.58% | 0.98% | - |
| XYZ | 47.15 | 74.22 | 49.87 | - |
| YUV | 197.23 | 112.63 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 170 | 0.58 | 0 | 0.32 | 0.02 | 147.12 | 0.94 | 0.69 |
| Hex | 68 | FA | AA | 3A | 0 | 20 | 2 | 93 | 5E | 45 |
| Octal | 150 | 372 | 252 | 72 | 0 | 40 | 2 | 223 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10101010 | 111010 | 0 | 100000 | 10 | 10010011 | 1011110 | 1000101 |
Color Harmonies of #68FAAA
Complementary color
Monochromatic Colors of #68FAAA
Black with #68FAAA
Text Example
Text Example
White with #68FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAAA; }
p { color: rgb(104,250,170); }
H1.HeaderClassName
{
color: #68FAAA;
}
.AnyTagClassName
{
color: #68FAAA;
}
</style>
background-color css
<style>
a { background-color: #68FAAA; }
a { background-color: rgb(104,250,170); }
div.DivClassName
{
background-color: #68FAAA;
}
.BgClassName
{
background-color: #68FAAA;
}
</style>
border-color css
<style>
span { border-color: #68FAAA; }
span { border-color: rgb(104,250,170); }
td.TdClassName
{
border-color: #68FAAA;
}
.TagClassName
{
border-color: #68FAAA;
}
</style>