Shades of Medium Aquamarine #68D3A0
Tints of Medium Aquamarine #68D3A0
RGB
CMYK
RGB Variations
Color information
#68D3A0 (or 0x68D3A0) is known color: Medium Aquamarine. HEX triplet: 68, D3 and A0. RGB value is (104,211,160). Sum of RGB (Red+Green+Blue) = 104+211+160=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D3A0 is #972C5F. Grayscale: #ADADAD. Windows color (decimal): -9907296 or 10539880. OLE color: 10539880.
HSL color Cylindrical-coordinate representation of color #68D3A0: hue angle of 151.4º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D3A0 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 160 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.17 |
| HSL | 151.4º | 0.55% | 0.62% | - |
| HSV(B) | 151.4º | 0.51% | 0.83% | - |
| XYZ | 35.35 | 52.07 | 41.45 | - |
| YUV | 173.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 160 | 0.51 | 0 | 0.24 | 0.17 | 151.4 | 0.55 | 0.62 |
| Hex | 68 | D3 | A0 | 33 | 0 | 18 | 11 | 97 | 37 | 3E |
| Octal | 150 | 323 | 240 | 63 | 0 | 30 | 21 | 227 | 67 | 76 |
| Binary | 1101000 | 11010011 | 10100000 | 110011 | 0 | 11000 | 10001 | 10010111 | 110111 | 111110 |
Color Harmonies of #68D3A0
Complementary color
Monochromatic Colors of #68D3A0
Black with #68D3A0
Text Example
Text Example
White with #68D3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3A0; }
p { color: rgb(104,211,160); }
H1.HeaderClassName
{
color: #68D3A0;
}
.AnyTagClassName
{
color: #68D3A0;
}
</style>
background-color css
<style>
a { background-color: #68D3A0; }
a { background-color: rgb(104,211,160); }
div.DivClassName
{
background-color: #68D3A0;
}
.BgClassName
{
background-color: #68D3A0;
}
</style>
border-color css
<style>
span { border-color: #68D3A0; }
span { border-color: rgb(104,211,160); }
td.TdClassName
{
border-color: #68D3A0;
}
.TagClassName
{
border-color: #68D3A0;
}
</style>