Shades of Medium Aquamarine #68D7B5
Tints of Medium Aquamarine #68D7B5
RGB
CMYK
RGB Variations
Color information
#68D7B5 (or 0x68D7B5) is known color: Medium Aquamarine. HEX triplet: 68, D7 and B5. RGB value is (104,215,181). Sum of RGB (Red+Green+Blue) = 104+215+181=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7B5 is #97284A. Grayscale: #B1B1B1. Windows color (decimal): -9906251 or 11917160. OLE color: 11917160.
HSL color Cylindrical-coordinate representation of color #68D7B5: hue angle of 161.62º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7B5 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 181 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.16 |
| HSL | 161.62º | 0.58% | 0.63% | - |
| HSV(B) | 161.62º | 0.52% | 0.84% | - |
| XYZ | 38.35 | 54.88 | 52.29 | - |
| YUV | 177.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 181 | 0.52 | 0 | 0.16 | 0.16 | 161.62 | 0.58 | 0.63 |
| Hex | 68 | D7 | B5 | 34 | 0 | 10 | 10 | A2 | 3A | 3F |
| Octal | 150 | 327 | 265 | 64 | 0 | 20 | 20 | 242 | 72 | 77 |
| Binary | 1101000 | 11010111 | 10110101 | 110100 | 0 | 10000 | 10000 | 10100010 | 111010 | 111111 |
Color Harmonies of #68D7B5
Complementary color
Monochromatic Colors of #68D7B5
Black with #68D7B5
Text Example
Text Example
White with #68D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7B5; }
p { color: rgb(104,215,181); }
H1.HeaderClassName
{
color: #68D7B5;
}
.AnyTagClassName
{
color: #68D7B5;
}
</style>
background-color css
<style>
a { background-color: #68D7B5; }
a { background-color: rgb(104,215,181); }
div.DivClassName
{
background-color: #68D7B5;
}
.BgClassName
{
background-color: #68D7B5;
}
</style>
border-color css
<style>
span { border-color: #68D7B5; }
span { border-color: rgb(104,215,181); }
td.TdClassName
{
border-color: #68D7B5;
}
.TagClassName
{
border-color: #68D7B5;
}
</style>