Shades of Medium Aquamarine #68EF99
Tints of Medium Aquamarine #68EF99
RGB
CMYK
RGB Variations
Color information
#68EF99 (or 0x68EF99) is known color: Medium Aquamarine. HEX triplet: 68, EF and 99. RGB value is (104,239,153). Sum of RGB (Red+Green+Blue) = 104+239+153=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF99 is #971066. Grayscale: #BDBDBD. Windows color (decimal): -9900135 or 10088296. OLE color: 10088296.
HSL color Cylindrical-coordinate representation of color #68EF99: hue angle of 141.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF99 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 153 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.06 |
| HSL | 141.78º | 0.81% | 0.67% | - |
| HSV(B) | 141.78º | 0.56% | 0.94% | - |
| XYZ | 42.33 | 66.98 | 40.83 | - |
| YUV | 188.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 153 | 0.56 | 0 | 0.36 | 0.06 | 141.78 | 0.81 | 0.67 |
| Hex | 68 | EF | 99 | 38 | 0 | 24 | 6 | 8E | 51 | 43 |
| Octal | 150 | 357 | 231 | 70 | 0 | 44 | 6 | 216 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10011001 | 111000 | 0 | 100100 | 110 | 10001110 | 1010001 | 1000011 |
Color Harmonies of #68EF99
Complementary color
Monochromatic Colors of #68EF99
Black with #68EF99
Text Example
Text Example
White with #68EF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF99; }
p { color: rgb(104,239,153); }
H1.HeaderClassName
{
color: #68EF99;
}
.AnyTagClassName
{
color: #68EF99;
}
</style>
background-color css
<style>
a { background-color: #68EF99; }
a { background-color: rgb(104,239,153); }
div.DivClassName
{
background-color: #68EF99;
}
.BgClassName
{
background-color: #68EF99;
}
</style>
border-color css
<style>
span { border-color: #68EF99; }
span { border-color: rgb(104,239,153); }
td.TdClassName
{
border-color: #68EF99;
}
.TagClassName
{
border-color: #68EF99;
}
</style>