Shades of Medium Aquamarine #68D9A5
Tints of Medium Aquamarine #68D9A5
RGB
CMYK
RGB Variations
Color information
#68D9A5 (or 0x68D9A5) is known color: Medium Aquamarine. HEX triplet: 68, D9 and A5. RGB value is (104,217,165). Sum of RGB (Red+Green+Blue) = 104+217+165=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D9A5 is #97265A. Grayscale: #B1B1B1. Windows color (decimal): -9905755 or 10869096. OLE color: 10869096.
HSL color Cylindrical-coordinate representation of color #68D9A5: hue angle of 152.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9A5 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 165 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.15 |
| HSL | 152.39º | 0.6% | 0.63% | - |
| HSV(B) | 152.39º | 0.52% | 0.85% | - |
| XYZ | 37.31 | 55.29 | 44.3 | - |
| YUV | 177.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 165 | 0.52 | 0 | 0.24 | 0.15 | 152.39 | 0.6 | 0.63 |
| Hex | 68 | D9 | A5 | 34 | 0 | 18 | F | 98 | 3C | 3F |
| Octal | 150 | 331 | 245 | 64 | 0 | 30 | 17 | 230 | 74 | 77 |
| Binary | 1101000 | 11011001 | 10100101 | 110100 | 0 | 11000 | 1111 | 10011000 | 111100 | 111111 |
Color Harmonies of #68D9A5
Complementary color
Monochromatic Colors of #68D9A5
Black with #68D9A5
Text Example
Text Example
White with #68D9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9A5; }
p { color: rgb(104,217,165); }
H1.HeaderClassName
{
color: #68D9A5;
}
.AnyTagClassName
{
color: #68D9A5;
}
</style>
background-color css
<style>
a { background-color: #68D9A5; }
a { background-color: rgb(104,217,165); }
div.DivClassName
{
background-color: #68D9A5;
}
.BgClassName
{
background-color: #68D9A5;
}
</style>
border-color css
<style>
span { border-color: #68D9A5; }
span { border-color: rgb(104,217,165); }
td.TdClassName
{
border-color: #68D9A5;
}
.TagClassName
{
border-color: #68D9A5;
}
</style>