Shades of Aquamarine #68FFAA
Tints of Aquamarine #68FFAA
RGB
CMYK
RGB Variations
Color information
#68FFAA (or 0x68FFAA) is known color: Aquamarine. HEX triplet: 68, FF and AA. RGB value is (104,255,170). Sum of RGB (Red+Green+Blue) = 104+255+170=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFAA is #970055. Grayscale: #C8C8C8. Windows color (decimal): -9896022 or 11206504. OLE color: 11206504.
HSL color Cylindrical-coordinate representation of color #68FFAA: hue angle of 146.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFAA is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 170 | - |
| CMYK | 0.59 | 0 | 0.33 | 0 |
| HSL | 146.23º | 1% | 0.7% | - |
| HSV(B) | 146.23º | 0.59% | 1% | - |
| XYZ | 48.72 | 77.37 | 50.4 | - |
| YUV | 200.16 | 110.97 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 170 | 0.59 | 0 | 0.33 | 0 | 146.23 | 1 | 0.7 |
| Hex | 68 | FF | AA | 3B | 0 | 21 | 0 | 92 | 64 | 46 |
| Octal | 150 | 377 | 252 | 73 | 0 | 41 | 0 | 222 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10101010 | 111011 | 0 | 100001 | 0 | 10010010 | 1100100 | 1000110 |
Color Harmonies of #68FFAA
Complementary color
Monochromatic Colors of #68FFAA
Black with #68FFAA
Text Example
Text Example
White with #68FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFAA; }
p { color: rgb(104,255,170); }
H1.HeaderClassName
{
color: #68FFAA;
}
.AnyTagClassName
{
color: #68FFAA;
}
</style>
background-color css
<style>
a { background-color: #68FFAA; }
a { background-color: rgb(104,255,170); }
div.DivClassName
{
background-color: #68FFAA;
}
.BgClassName
{
background-color: #68FFAA;
}
</style>
border-color css
<style>
span { border-color: #68FFAA; }
span { border-color: rgb(104,255,170); }
td.TdClassName
{
border-color: #68FFAA;
}
.TagClassName
{
border-color: #68FFAA;
}
</style>