Shades of Medium Aquamarine #68BFAA
Tints of Medium Aquamarine #68BFAA
RGB
CMYK
RGB Variations
Color information
#68BFAA (or 0x68BFAA) is known color: Medium Aquamarine. HEX triplet: 68, BF and AA. RGB value is (104,191,170). Sum of RGB (Red+Green+Blue) = 104+191+170=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFAA is #974055. Grayscale: #A2A2A2. Windows color (decimal): -9912406 or 11190120. OLE color: 11190120.
HSL color Cylindrical-coordinate representation of color #68BFAA: hue angle of 165.52º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFAA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 170 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.25 |
| HSL | 165.52º | 0.4% | 0.58% | - |
| HSV(B) | 165.52º | 0.46% | 0.75% | - |
| XYZ | 31.6 | 43.11 | 44.69 | - |
| YUV | 162.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 170 | 0.46 | 0 | 0.11 | 0.25 | 165.52 | 0.4 | 0.58 |
| Hex | 68 | BF | AA | 2E | 0 | B | 19 | A6 | 28 | 3A |
| Octal | 150 | 277 | 252 | 56 | 0 | 13 | 31 | 246 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10101010 | 101110 | 0 | 1011 | 11001 | 10100110 | 101000 | 111010 |
Color Harmonies of #68BFAA
Complementary color
Monochromatic Colors of #68BFAA
Black with #68BFAA
Text Example
Text Example
White with #68BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFAA; }
p { color: rgb(104,191,170); }
H1.HeaderClassName
{
color: #68BFAA;
}
.AnyTagClassName
{
color: #68BFAA;
}
</style>
background-color css
<style>
a { background-color: #68BFAA; }
a { background-color: rgb(104,191,170); }
div.DivClassName
{
background-color: #68BFAA;
}
.BgClassName
{
background-color: #68BFAA;
}
</style>
border-color css
<style>
span { border-color: #68BFAA; }
span { border-color: rgb(104,191,170); }
td.TdClassName
{
border-color: #68BFAA;
}
.TagClassName
{
border-color: #68BFAA;
}
</style>