Shades of Medium Aquamarine #68E69D
Tints of Medium Aquamarine #68E69D
RGB
CMYK
RGB Variations
Color information
#68E69D (or 0x68E69D) is known color: Medium Aquamarine. HEX triplet: 68, E6 and 9D. RGB value is (104,230,157). Sum of RGB (Red+Green+Blue) = 104+230+157=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #68E69D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E69D is #971962. Grayscale: #B8B8B8. Windows color (decimal): -9902435 or 10348136. OLE color: 10348136.
HSL color Cylindrical-coordinate representation of color #68E69D: hue angle of 145.24º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E69D is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 157 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.10 |
| HSL | 145.24º | 0.72% | 0.65% | - |
| HSV(B) | 145.24º | 0.55% | 0.9% | - |
| XYZ | 40.09 | 61.97 | 41.75 | - |
| YUV | 184 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 157 | 0.55 | 0 | 0.32 | 0.10 | 145.24 | 0.72 | 0.65 |
| Hex | 68 | E6 | 9D | 37 | 0 | 20 | A | 91 | 48 | 41 |
| Octal | 150 | 346 | 235 | 67 | 0 | 40 | 12 | 221 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10011101 | 110111 | 0 | 100000 | 1010 | 10010001 | 1001000 | 1000001 |
Color Harmonies of #68E69D
Complementary color
Monochromatic Colors of #68E69D
Black with #68E69D
Text Example
Text Example
White with #68E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E69D; }
p { color: rgb(104,230,157); }
H1.HeaderClassName
{
color: #68E69D;
}
.AnyTagClassName
{
color: #68E69D;
}
</style>
background-color css
<style>
a { background-color: #68E69D; }
a { background-color: rgb(104,230,157); }
div.DivClassName
{
background-color: #68E69D;
}
.BgClassName
{
background-color: #68E69D;
}
</style>
border-color css
<style>
span { border-color: #68E69D; }
span { border-color: rgb(104,230,157); }
td.TdClassName
{
border-color: #68E69D;
}
.TagClassName
{
border-color: #68E69D;
}
</style>