Shades of Medium Aquamarine #68D5A1
Tints of Medium Aquamarine #68D5A1
RGB
CMYK
RGB Variations
Color information
#68D5A1 (or 0x68D5A1) is known color: Medium Aquamarine. HEX triplet: 68, D5 and A1. RGB value is (104,213,161). Sum of RGB (Red+Green+Blue) = 104+213+161=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5A1 is #972A5E. Grayscale: #AEAEAE. Windows color (decimal): -9906783 or 10605928. OLE color: 10605928.
HSL color Cylindrical-coordinate representation of color #68D5A1: hue angle of 151.38º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5A1 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 161 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.16 |
| HSL | 151.38º | 0.56% | 0.62% | - |
| HSV(B) | 151.38º | 0.51% | 0.84% | - |
| XYZ | 35.94 | 53.1 | 42.07 | - |
| YUV | 174.48 | 120.39 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 161 | 0.51 | 0 | 0.24 | 0.16 | 151.38 | 0.56 | 0.62 |
| Hex | 68 | D5 | A1 | 33 | 0 | 18 | 10 | 97 | 38 | 3E |
| Octal | 150 | 325 | 241 | 63 | 0 | 30 | 20 | 227 | 70 | 76 |
| Binary | 1101000 | 11010101 | 10100001 | 110011 | 0 | 11000 | 10000 | 10010111 | 111000 | 111110 |
Color Harmonies of #68D5A1
Complementary color
Monochromatic Colors of #68D5A1
Black with #68D5A1
Text Example
Text Example
White with #68D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5A1; }
p { color: rgb(104,213,161); }
H1.HeaderClassName
{
color: #68D5A1;
}
.AnyTagClassName
{
color: #68D5A1;
}
</style>
background-color css
<style>
a { background-color: #68D5A1; }
a { background-color: rgb(104,213,161); }
div.DivClassName
{
background-color: #68D5A1;
}
.BgClassName
{
background-color: #68D5A1;
}
</style>
border-color css
<style>
span { border-color: #68D5A1; }
span { border-color: rgb(104,213,161); }
td.TdClassName
{
border-color: #68D5A1;
}
.TagClassName
{
border-color: #68D5A1;
}
</style>