Shades of Medium Aquamarine #68F39B
Tints of Medium Aquamarine #68F39B
RGB
CMYK
RGB Variations
Color information
#68F39B (or 0x68F39B) is known color: Medium Aquamarine. HEX triplet: 68, F3 and 9B. RGB value is (104,243,155). Sum of RGB (Red+Green+Blue) = 104+243+155=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #68F39B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F39B is #970C64. Grayscale: #BFBFBF. Windows color (decimal): -9899109 or 10220392. OLE color: 10220392.
HSL color Cylindrical-coordinate representation of color #68F39B: hue angle of 142.01º 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 #68F39B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 155 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.05 |
| HSL | 142.01º | 0.85% | 0.68% | - |
| HSV(B) | 142.01º | 0.57% | 0.95% | - |
| XYZ | 43.68 | 69.41 | 42.11 | - |
| YUV | 191.41 | 107.45 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 155 | 0.57 | 0 | 0.36 | 0.05 | 142.01 | 0.85 | 0.68 |
| Hex | 68 | F3 | 9B | 39 | 0 | 24 | 5 | 8E | 55 | 44 |
| Octal | 150 | 363 | 233 | 71 | 0 | 44 | 5 | 216 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10011011 | 111001 | 0 | 100100 | 101 | 10001110 | 1010101 | 1000100 |
Color Harmonies of #68F39B
Complementary color
Monochromatic Colors of #68F39B
Black with #68F39B
Text Example
Text Example
White with #68F39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F39B; }
p { color: rgb(104,243,155); }
H1.HeaderClassName
{
color: #68F39B;
}
.AnyTagClassName
{
color: #68F39B;
}
</style>
background-color css
<style>
a { background-color: #68F39B; }
a { background-color: rgb(104,243,155); }
div.DivClassName
{
background-color: #68F39B;
}
.BgClassName
{
background-color: #68F39B;
}
</style>
border-color css
<style>
span { border-color: #68F39B; }
span { border-color: rgb(104,243,155); }
td.TdClassName
{
border-color: #68F39B;
}
.TagClassName
{
border-color: #68F39B;
}
</style>