Shades of Medium Aquamarine #68F19C
Tints of Medium Aquamarine #68F19C
RGB
CMYK
RGB Variations
Color information
#68F19C (or 0x68F19C) is known color: Medium Aquamarine. HEX triplet: 68, F1 and 9C. RGB value is (104,241,156). Sum of RGB (Red+Green+Blue) = 104+241+156=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #68F19C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F19C is #970E63. Grayscale: #BEBEBE. Windows color (decimal): -9899620 or 10285416. OLE color: 10285416.
HSL color Cylindrical-coordinate representation of color #68F19C: hue angle of 142.77º degrees, saturation: 0.83, 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 #68F19C is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 156 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.05 |
| HSL | 142.77º | 0.83% | 0.68% | - |
| HSV(B) | 142.77º | 0.57% | 0.95% | - |
| XYZ | 43.16 | 68.25 | 42.35 | - |
| YUV | 190.35 | 108.61 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 156 | 0.57 | 0 | 0.35 | 0.05 | 142.77 | 0.83 | 0.68 |
| Hex | 68 | F1 | 9C | 39 | 0 | 23 | 5 | 8F | 53 | 44 |
| Octal | 150 | 361 | 234 | 71 | 0 | 43 | 5 | 217 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10011100 | 111001 | 0 | 100011 | 101 | 10001111 | 1010011 | 1000100 |
Color Harmonies of #68F19C
Complementary color
Monochromatic Colors of #68F19C
Black with #68F19C
Text Example
Text Example
White with #68F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F19C; }
p { color: rgb(104,241,156); }
H1.HeaderClassName
{
color: #68F19C;
}
.AnyTagClassName
{
color: #68F19C;
}
</style>
background-color css
<style>
a { background-color: #68F19C; }
a { background-color: rgb(104,241,156); }
div.DivClassName
{
background-color: #68F19C;
}
.BgClassName
{
background-color: #68F19C;
}
</style>
border-color css
<style>
span { border-color: #68F19C; }
span { border-color: rgb(104,241,156); }
td.TdClassName
{
border-color: #68F19C;
}
.TagClassName
{
border-color: #68F19C;
}
</style>