Shades of Medium Aquamarine #68E199
Tints of Medium Aquamarine #68E199
RGB
CMYK
RGB Variations
Color information
#68E199 (or 0x68E199) is known color: Medium Aquamarine. HEX triplet: 68, E1 and 99. RGB value is (104,225,153). Sum of RGB (Red+Green+Blue) = 104+225+153=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #68E199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E199 is #971E66. Grayscale: #B4B4B4. Windows color (decimal): -9903719 or 10084712. OLE color: 10084712.
HSL color Cylindrical-coordinate representation of color #68E199: hue angle of 144.3º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E199 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 153 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.12 |
| HSL | 144.3º | 0.67% | 0.65% | - |
| HSV(B) | 144.3º | 0.54% | 0.88% | - |
| XYZ | 38.38 | 59.09 | 39.52 | - |
| YUV | 180.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 153 | 0.54 | 0 | 0.32 | 0.12 | 144.3 | 0.67 | 0.65 |
| Hex | 68 | E1 | 99 | 36 | 0 | 20 | C | 90 | 43 | 41 |
| Octal | 150 | 341 | 231 | 66 | 0 | 40 | 14 | 220 | 103 | 101 |
| Binary | 1101000 | 11100001 | 10011001 | 110110 | 0 | 100000 | 1100 | 10010000 | 1000011 | 1000001 |
Color Harmonies of #68E199
Complementary color
Monochromatic Colors of #68E199
Black with #68E199
Text Example
Text Example
White with #68E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E199; }
p { color: rgb(104,225,153); }
H1.HeaderClassName
{
color: #68E199;
}
.AnyTagClassName
{
color: #68E199;
}
</style>
background-color css
<style>
a { background-color: #68E199; }
a { background-color: rgb(104,225,153); }
div.DivClassName
{
background-color: #68E199;
}
.BgClassName
{
background-color: #68E199;
}
</style>
border-color css
<style>
span { border-color: #68E199; }
span { border-color: rgb(104,225,153); }
td.TdClassName
{
border-color: #68E199;
}
.TagClassName
{
border-color: #68E199;
}
</style>