Shades of Medium Aquamarine #68D0A5
Tints of Medium Aquamarine #68D0A5
RGB
CMYK
RGB Variations
Color information
#68D0A5 (or 0x68D0A5) is known color: Medium Aquamarine. HEX triplet: 68, D0 and A5. RGB value is (104,208,165). Sum of RGB (Red+Green+Blue) = 104+208+165=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D0A5 is #972F5A. Grayscale: #ACACAC. Windows color (decimal): -9908059 or 10866792. OLE color: 10866792.
HSL color Cylindrical-coordinate representation of color #68D0A5: hue angle of 155.19º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0A5 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 165 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.18 |
| HSL | 155.19º | 0.53% | 0.61% | - |
| HSV(B) | 155.19º | 0.5% | 0.82% | - |
| XYZ | 35.06 | 50.77 | 43.55 | - |
| YUV | 172 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 165 | 0.5 | 0 | 0.21 | 0.18 | 155.19 | 0.53 | 0.61 |
| Hex | 68 | D0 | A5 | 32 | 0 | 15 | 12 | 9B | 35 | 3D |
| Octal | 150 | 320 | 245 | 62 | 0 | 25 | 22 | 233 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10100101 | 110010 | 0 | 10101 | 10010 | 10011011 | 110101 | 111101 |
Color Harmonies of #68D0A5
Complementary color
Monochromatic Colors of #68D0A5
Black with #68D0A5
Text Example
Text Example
White with #68D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0A5; }
p { color: rgb(104,208,165); }
H1.HeaderClassName
{
color: #68D0A5;
}
.AnyTagClassName
{
color: #68D0A5;
}
</style>
background-color css
<style>
a { background-color: #68D0A5; }
a { background-color: rgb(104,208,165); }
div.DivClassName
{
background-color: #68D0A5;
}
.BgClassName
{
background-color: #68D0A5;
}
</style>
border-color css
<style>
span { border-color: #68D0A5; }
span { border-color: rgb(104,208,165); }
td.TdClassName
{
border-color: #68D0A5;
}
.TagClassName
{
border-color: #68D0A5;
}
</style>