Shades of Medium Aquamarine #68D3B1
Tints of Medium Aquamarine #68D3B1
RGB
CMYK
RGB Variations
Color information
#68D3B1 (or 0x68D3B1) is known color: Medium Aquamarine. HEX triplet: 68, D3 and B1. RGB value is (104,211,177). Sum of RGB (Red+Green+Blue) = 104+211+177=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D3B1 is #972C4E. Grayscale: #AFAFAF. Windows color (decimal): -9907279 or 11653992. OLE color: 11653992.
HSL color Cylindrical-coordinate representation of color #68D3B1: hue angle of 160.93º 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 #68D3B1 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 177 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.17 |
| HSL | 160.93º | 0.55% | 0.62% | - |
| HSV(B) | 160.93º | 0.51% | 0.83% | - |
| XYZ | 36.94 | 52.71 | 49.82 | - |
| YUV | 175.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 177 | 0.51 | 0 | 0.16 | 0.17 | 160.93 | 0.55 | 0.62 |
| Hex | 68 | D3 | B1 | 33 | 0 | 10 | 11 | A1 | 37 | 3E |
| Octal | 150 | 323 | 261 | 63 | 0 | 20 | 21 | 241 | 67 | 76 |
| Binary | 1101000 | 11010011 | 10110001 | 110011 | 0 | 10000 | 10001 | 10100001 | 110111 | 111110 |
Color Harmonies of #68D3B1
Complementary color
Monochromatic Colors of #68D3B1
Black with #68D3B1
Text Example
Text Example
White with #68D3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3B1; }
p { color: rgb(104,211,177); }
H1.HeaderClassName
{
color: #68D3B1;
}
.AnyTagClassName
{
color: #68D3B1;
}
</style>
background-color css
<style>
a { background-color: #68D3B1; }
a { background-color: rgb(104,211,177); }
div.DivClassName
{
background-color: #68D3B1;
}
.BgClassName
{
background-color: #68D3B1;
}
</style>
border-color css
<style>
span { border-color: #68D3B1; }
span { border-color: rgb(104,211,177); }
td.TdClassName
{
border-color: #68D3B1;
}
.TagClassName
{
border-color: #68D3B1;
}
</style>