Shades of Medium Aquamarine #68D5A2
Tints of Medium Aquamarine #68D5A2
RGB
CMYK
RGB Variations
Color information
#68D5A2 (or 0x68D5A2) is known color: Medium Aquamarine. HEX triplet: 68, D5 and A2. RGB value is (104,213,162). Sum of RGB (Red+Green+Blue) = 104+213+162=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5A2 is #972A5D. Grayscale: #AEAEAE. Windows color (decimal): -9906782 or 10671464. OLE color: 10671464.
HSL color Cylindrical-coordinate representation of color #68D5A2: hue angle of 151.93º 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 #68D5A2 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 162 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.16 |
| HSL | 151.93º | 0.56% | 0.62% | - |
| HSV(B) | 151.93º | 0.51% | 0.84% | - |
| XYZ | 36.02 | 53.14 | 42.54 | - |
| YUV | 174.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 162 | 0.51 | 0 | 0.24 | 0.16 | 151.93 | 0.56 | 0.62 |
| Hex | 68 | D5 | A2 | 33 | 0 | 18 | 10 | 98 | 38 | 3E |
| Octal | 150 | 325 | 242 | 63 | 0 | 30 | 20 | 230 | 70 | 76 |
| Binary | 1101000 | 11010101 | 10100010 | 110011 | 0 | 11000 | 10000 | 10011000 | 111000 | 111110 |
Color Harmonies of #68D5A2
Complementary color
Monochromatic Colors of #68D5A2
Black with #68D5A2
Text Example
Text Example
White with #68D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5A2; }
p { color: rgb(104,213,162); }
H1.HeaderClassName
{
color: #68D5A2;
}
.AnyTagClassName
{
color: #68D5A2;
}
</style>
background-color css
<style>
a { background-color: #68D5A2; }
a { background-color: rgb(104,213,162); }
div.DivClassName
{
background-color: #68D5A2;
}
.BgClassName
{
background-color: #68D5A2;
}
</style>
border-color css
<style>
span { border-color: #68D5A2; }
span { border-color: rgb(104,213,162); }
td.TdClassName
{
border-color: #68D5A2;
}
.TagClassName
{
border-color: #68D5A2;
}
</style>