Shades of Medium Aquamarine #68F398
Tints of Medium Aquamarine #68F398
RGB
CMYK
RGB Variations
Color information
#68F398 (or 0x68F398) is known color: Medium Aquamarine. HEX triplet: 68, F3 and 98. RGB value is (104,243,152). Sum of RGB (Red+Green+Blue) = 104+243+152=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #68F398 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F398 is #970C67. Grayscale: #BFBFBF. Windows color (decimal): -9899112 or 10023784. OLE color: 10023784.
HSL color Cylindrical-coordinate representation of color #68F398: hue angle of 140.72º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F398 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 152 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.05 |
| HSL | 140.72º | 0.85% | 0.68% | - |
| HSV(B) | 140.72º | 0.57% | 0.95% | - |
| XYZ | 43.43 | 69.31 | 40.8 | - |
| YUV | 191.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 152 | 0.57 | 0 | 0.37 | 0.05 | 140.72 | 0.85 | 0.68 |
| Hex | 68 | F3 | 98 | 39 | 0 | 25 | 5 | 8D | 55 | 44 |
| Octal | 150 | 363 | 230 | 71 | 0 | 45 | 5 | 215 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10011000 | 111001 | 0 | 100101 | 101 | 10001101 | 1010101 | 1000100 |
Color Harmonies of #68F398
Complementary color
Monochromatic Colors of #68F398
Black with #68F398
Text Example
Text Example
White with #68F398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F398; }
p { color: rgb(104,243,152); }
H1.HeaderClassName
{
color: #68F398;
}
.AnyTagClassName
{
color: #68F398;
}
</style>
background-color css
<style>
a { background-color: #68F398; }
a { background-color: rgb(104,243,152); }
div.DivClassName
{
background-color: #68F398;
}
.BgClassName
{
background-color: #68F398;
}
</style>
border-color css
<style>
span { border-color: #68F398; }
span { border-color: rgb(104,243,152); }
td.TdClassName
{
border-color: #68F398;
}
.TagClassName
{
border-color: #68F398;
}
</style>