Shades of Medium Aquamarine #68ED98
Tints of Medium Aquamarine #68ED98
RGB
CMYK
RGB Variations
Color information
#68ED98 (or 0x68ED98) is known color: Medium Aquamarine. HEX triplet: 68, ED and 98. RGB value is (104,237,152). Sum of RGB (Red+Green+Blue) = 104+237+152=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED98 is #971267. Grayscale: #BBBBBB. Windows color (decimal): -9900648 or 10022248. OLE color: 10022248.
HSL color Cylindrical-coordinate representation of color #68ED98: hue angle of 141.65º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ED98 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 152 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.07 |
| HSL | 141.65º | 0.79% | 0.67% | - |
| HSV(B) | 141.65º | 0.56% | 0.93% | - |
| XYZ | 41.66 | 65.78 | 40.21 | - |
| YUV | 187.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 152 | 0.56 | 0 | 0.36 | 0.07 | 141.65 | 0.79 | 0.67 |
| Hex | 68 | ED | 98 | 38 | 0 | 24 | 7 | 8E | 4F | 43 |
| Octal | 150 | 355 | 230 | 70 | 0 | 44 | 7 | 216 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10011000 | 111000 | 0 | 100100 | 111 | 10001110 | 1001111 | 1000011 |
Color Harmonies of #68ED98
Complementary color
Monochromatic Colors of #68ED98
Black with #68ED98
Text Example
Text Example
White with #68ED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ED98; }
p { color: rgb(104,237,152); }
H1.HeaderClassName
{
color: #68ED98;
}
.AnyTagClassName
{
color: #68ED98;
}
</style>
background-color css
<style>
a { background-color: #68ED98; }
a { background-color: rgb(104,237,152); }
div.DivClassName
{
background-color: #68ED98;
}
.BgClassName
{
background-color: #68ED98;
}
</style>
border-color css
<style>
span { border-color: #68ED98; }
span { border-color: rgb(104,237,152); }
td.TdClassName
{
border-color: #68ED98;
}
.TagClassName
{
border-color: #68ED98;
}
</style>