Shades of Medium Aquamarine #68BFA9
Tints of Medium Aquamarine #68BFA9
RGB
CMYK
RGB Variations
Color information
#68BFA9 (or 0x68BFA9) is known color: Medium Aquamarine. HEX triplet: 68, BF and A9. RGB value is (104,191,169). Sum of RGB (Red+Green+Blue) = 104+191+169=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFA9 is #974056. Grayscale: #A2A2A2. Windows color (decimal): -9912407 or 11124584. OLE color: 11124584.
HSL color Cylindrical-coordinate representation of color #68BFA9: hue angle of 164.83º 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 #68BFA9 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 169 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.25 |
| HSL | 164.83º | 0.4% | 0.58% | - |
| HSV(B) | 164.83º | 0.46% | 0.75% | - |
| XYZ | 31.5 | 43.07 | 44.19 | - |
| YUV | 162.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 169 | 0.46 | 0 | 0.12 | 0.25 | 164.83 | 0.4 | 0.58 |
| Hex | 68 | BF | A9 | 2E | 0 | C | 19 | A5 | 28 | 3A |
| Octal | 150 | 277 | 251 | 56 | 0 | 14 | 31 | 245 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10101001 | 101110 | 0 | 1100 | 11001 | 10100101 | 101000 | 111010 |
Color Harmonies of #68BFA9
Complementary color
Monochromatic Colors of #68BFA9
Black with #68BFA9
Text Example
Text Example
White with #68BFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFA9; }
p { color: rgb(104,191,169); }
H1.HeaderClassName
{
color: #68BFA9;
}
.AnyTagClassName
{
color: #68BFA9;
}
</style>
background-color css
<style>
a { background-color: #68BFA9; }
a { background-color: rgb(104,191,169); }
div.DivClassName
{
background-color: #68BFA9;
}
.BgClassName
{
background-color: #68BFA9;
}
</style>
border-color css
<style>
span { border-color: #68BFA9; }
span { border-color: rgb(104,191,169); }
td.TdClassName
{
border-color: #68BFA9;
}
.TagClassName
{
border-color: #68BFA9;
}
</style>