Shades of Medium Aquamarine #68D8A1
Tints of Medium Aquamarine #68D8A1
RGB
CMYK
RGB Variations
Color information
#68D8A1 (or 0x68D8A1) is known color: Medium Aquamarine. HEX triplet: 68, D8 and A1. RGB value is (104,216,161). Sum of RGB (Red+Green+Blue) = 104+216+161=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D8A1 is #97275E. Grayscale: #B0B0B0. Windows color (decimal): -9906015 or 10606696. OLE color: 10606696.
HSL color Cylindrical-coordinate representation of color #68D8A1: hue angle of 150.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8A1 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 161 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.15 |
| HSL | 150.54º | 0.59% | 0.63% | - |
| HSV(B) | 150.54º | 0.52% | 0.85% | - |
| XYZ | 36.7 | 54.63 | 42.33 | - |
| YUV | 176.24 | 119.39 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 161 | 0.52 | 0 | 0.25 | 0.15 | 150.54 | 0.59 | 0.63 |
| Hex | 68 | D8 | A1 | 34 | 0 | 19 | F | 97 | 3B | 3F |
| Octal | 150 | 330 | 241 | 64 | 0 | 31 | 17 | 227 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10100001 | 110100 | 0 | 11001 | 1111 | 10010111 | 111011 | 111111 |
Color Harmonies of #68D8A1
Complementary color
Monochromatic Colors of #68D8A1
Black with #68D8A1
Text Example
Text Example
White with #68D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8A1; }
p { color: rgb(104,216,161); }
H1.HeaderClassName
{
color: #68D8A1;
}
.AnyTagClassName
{
color: #68D8A1;
}
</style>
background-color css
<style>
a { background-color: #68D8A1; }
a { background-color: rgb(104,216,161); }
div.DivClassName
{
background-color: #68D8A1;
}
.BgClassName
{
background-color: #68D8A1;
}
</style>
border-color css
<style>
span { border-color: #68D8A1; }
span { border-color: rgb(104,216,161); }
td.TdClassName
{
border-color: #68D8A1;
}
.TagClassName
{
border-color: #68D8A1;
}
</style>