Shades of Medium Aquamarine #68F19B
Tints of Medium Aquamarine #68F19B
RGB
CMYK
RGB Variations
Color information
#68F19B (or 0x68F19B) is known color: Medium Aquamarine. HEX triplet: 68, F1 and 9B. RGB value is (104,241,155). Sum of RGB (Red+Green+Blue) = 104+241+155=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #68F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F19B is #970E64. Grayscale: #BEBEBE. Windows color (decimal): -9899621 or 10219880. OLE color: 10219880.
HSL color Cylindrical-coordinate representation of color #68F19B: hue angle of 142.34º 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 #68F19B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 155 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.05 |
| HSL | 142.34º | 0.83% | 0.68% | - |
| HSV(B) | 142.34º | 0.57% | 0.95% | - |
| XYZ | 43.08 | 68.22 | 41.91 | - |
| YUV | 190.23 | 108.11 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 155 | 0.57 | 0 | 0.36 | 0.05 | 142.34 | 0.83 | 0.68 |
| Hex | 68 | F1 | 9B | 39 | 0 | 24 | 5 | 8E | 53 | 44 |
| Octal | 150 | 361 | 233 | 71 | 0 | 44 | 5 | 216 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10011011 | 111001 | 0 | 100100 | 101 | 10001110 | 1010011 | 1000100 |
Color Harmonies of #68F19B
Complementary color
Monochromatic Colors of #68F19B
Black with #68F19B
Text Example
Text Example
White with #68F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F19B; }
p { color: rgb(104,241,155); }
H1.HeaderClassName
{
color: #68F19B;
}
.AnyTagClassName
{
color: #68F19B;
}
</style>
background-color css
<style>
a { background-color: #68F19B; }
a { background-color: rgb(104,241,155); }
div.DivClassName
{
background-color: #68F19B;
}
.BgClassName
{
background-color: #68F19B;
}
</style>
border-color css
<style>
span { border-color: #68F19B; }
span { border-color: rgb(104,241,155); }
td.TdClassName
{
border-color: #68F19B;
}
.TagClassName
{
border-color: #68F19B;
}
</style>