Shades of Medium Aquamarine #68D1B1
Tints of Medium Aquamarine #68D1B1
RGB
CMYK
RGB Variations
Color information
#68D1B1 (or 0x68D1B1) is known color: Medium Aquamarine. HEX triplet: 68, D1 and B1. RGB value is (104,209,177). Sum of RGB (Red+Green+Blue) = 104+209+177=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D1B1 is #972E4E. Grayscale: #ADADAD. Windows color (decimal): -9907791 or 11653480. OLE color: 11653480.
HSL color Cylindrical-coordinate representation of color #68D1B1: hue angle of 161.71º 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 #68D1B1 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 177 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.18 |
| HSL | 161.71º | 0.53% | 0.61% | - |
| HSV(B) | 161.71º | 0.5% | 0.82% | - |
| XYZ | 36.45 | 51.72 | 49.66 | - |
| YUV | 173.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 177 | 0.50 | 0 | 0.15 | 0.18 | 161.71 | 0.53 | 0.61 |
| Hex | 68 | D1 | B1 | 32 | 0 | F | 12 | A2 | 35 | 3D |
| Octal | 150 | 321 | 261 | 62 | 0 | 17 | 22 | 242 | 65 | 75 |
| Binary | 1101000 | 11010001 | 10110001 | 110010 | 0 | 1111 | 10010 | 10100010 | 110101 | 111101 |
Color Harmonies of #68D1B1
Complementary color
Monochromatic Colors of #68D1B1
Black with #68D1B1
Text Example
Text Example
White with #68D1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D1B1; }
p { color: rgb(104,209,177); }
H1.HeaderClassName
{
color: #68D1B1;
}
.AnyTagClassName
{
color: #68D1B1;
}
</style>
background-color css
<style>
a { background-color: #68D1B1; }
a { background-color: rgb(104,209,177); }
div.DivClassName
{
background-color: #68D1B1;
}
.BgClassName
{
background-color: #68D1B1;
}
</style>
border-color css
<style>
span { border-color: #68D1B1; }
span { border-color: rgb(104,209,177); }
td.TdClassName
{
border-color: #68D1B1;
}
.TagClassName
{
border-color: #68D1B1;
}
</style>