Shades of Medium Aquamarine #68F99E
Tints of Medium Aquamarine #68F99E
RGB
CMYK
RGB Variations
Color information
#68F99E (or 0x68F99E) is known color: Medium Aquamarine. HEX triplet: 68, F9 and 9E. RGB value is (104,249,158). Sum of RGB (Red+Green+Blue) = 104+249+158=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #68F99E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F99E is #970661. Grayscale: #C3C3C3. Windows color (decimal): -9897570 or 10418536. OLE color: 10418536.
HSL color Cylindrical-coordinate representation of color #68F99E: hue angle of 142.34º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F99E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 158 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.02 |
| HSL | 142.34º | 0.92% | 0.69% | - |
| HSV(B) | 142.34º | 0.58% | 0.98% | - |
| XYZ | 45.76 | 73.16 | 44.06 | - |
| YUV | 195.27 | 106.96 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 158 | 0.58 | 0 | 0.37 | 0.02 | 142.34 | 0.92 | 0.69 |
| Hex | 68 | F9 | 9E | 3A | 0 | 25 | 2 | 8E | 5C | 45 |
| Octal | 150 | 371 | 236 | 72 | 0 | 45 | 2 | 216 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10011110 | 111010 | 0 | 100101 | 10 | 10001110 | 1011100 | 1000101 |
Color Harmonies of #68F99E
Complementary color
Monochromatic Colors of #68F99E
Black with #68F99E
Text Example
Text Example
White with #68F99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F99E; }
p { color: rgb(104,249,158); }
H1.HeaderClassName
{
color: #68F99E;
}
.AnyTagClassName
{
color: #68F99E;
}
</style>
background-color css
<style>
a { background-color: #68F99E; }
a { background-color: rgb(104,249,158); }
div.DivClassName
{
background-color: #68F99E;
}
.BgClassName
{
background-color: #68F99E;
}
</style>
border-color css
<style>
span { border-color: #68F99E; }
span { border-color: rgb(104,249,158); }
td.TdClassName
{
border-color: #68F99E;
}
.TagClassName
{
border-color: #68F99E;
}
</style>