Shades of Medium Aquamarine #68D7AA
Tints of Medium Aquamarine #68D7AA
RGB
CMYK
RGB Variations
Color information
#68D7AA (or 0x68D7AA) is known color: Medium Aquamarine. HEX triplet: 68, D7 and AA. RGB value is (104,215,170). Sum of RGB (Red+Green+Blue) = 104+215+170=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D7AA is #972855. Grayscale: #B0B0B0. Windows color (decimal): -9906262 or 11196264. OLE color: 11196264.
HSL color Cylindrical-coordinate representation of color #68D7AA: hue angle of 155.68º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7AA is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 170 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.16 |
| HSL | 155.68º | 0.58% | 0.63% | - |
| HSV(B) | 155.68º | 0.52% | 0.84% | - |
| XYZ | 37.27 | 54.45 | 46.58 | - |
| YUV | 176.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 170 | 0.52 | 0 | 0.21 | 0.16 | 155.68 | 0.58 | 0.63 |
| Hex | 68 | D7 | AA | 34 | 0 | 15 | 10 | 9C | 3A | 3F |
| Octal | 150 | 327 | 252 | 64 | 0 | 25 | 20 | 234 | 72 | 77 |
| Binary | 1101000 | 11010111 | 10101010 | 110100 | 0 | 10101 | 10000 | 10011100 | 111010 | 111111 |
Color Harmonies of #68D7AA
Complementary color
Monochromatic Colors of #68D7AA
Black with #68D7AA
Text Example
Text Example
White with #68D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7AA; }
p { color: rgb(104,215,170); }
H1.HeaderClassName
{
color: #68D7AA;
}
.AnyTagClassName
{
color: #68D7AA;
}
</style>
background-color css
<style>
a { background-color: #68D7AA; }
a { background-color: rgb(104,215,170); }
div.DivClassName
{
background-color: #68D7AA;
}
.BgClassName
{
background-color: #68D7AA;
}
</style>
border-color css
<style>
span { border-color: #68D7AA; }
span { border-color: rgb(104,215,170); }
td.TdClassName
{
border-color: #68D7AA;
}
.TagClassName
{
border-color: #68D7AA;
}
</style>