Shades of Medium Aquamarine #68F0B0
Tints of Medium Aquamarine #68F0B0
RGB
CMYK
RGB Variations
Color information
#68F0B0 (or 0x68F0B0) is known color: Medium Aquamarine. HEX triplet: 68, F0 and B0. RGB value is (104,240,176). Sum of RGB (Red+Green+Blue) = 104+240+176=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F0B0 is #970F4F. Grayscale: #C0C0C0. Windows color (decimal): -9899856 or 11595880. OLE color: 11595880.
HSL color Cylindrical-coordinate representation of color #68F0B0: hue angle of 151.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0B0 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 176 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.06 |
| HSL | 151.76º | 0.82% | 0.67% | - |
| HSV(B) | 151.76º | 0.57% | 0.94% | - |
| XYZ | 44.71 | 68.4 | 51.92 | - |
| YUV | 192.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 176 | 0.57 | 0 | 0.27 | 0.06 | 151.76 | 0.82 | 0.67 |
| Hex | 68 | F0 | B0 | 39 | 0 | 1B | 6 | 98 | 52 | 43 |
| Octal | 150 | 360 | 260 | 71 | 0 | 33 | 6 | 230 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10110000 | 111001 | 0 | 11011 | 110 | 10011000 | 1010010 | 1000011 |
Color Harmonies of #68F0B0
Complementary color
Monochromatic Colors of #68F0B0
Black with #68F0B0
Text Example
Text Example
White with #68F0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0B0; }
p { color: rgb(104,240,176); }
H1.HeaderClassName
{
color: #68F0B0;
}
.AnyTagClassName
{
color: #68F0B0;
}
</style>
background-color css
<style>
a { background-color: #68F0B0; }
a { background-color: rgb(104,240,176); }
div.DivClassName
{
background-color: #68F0B0;
}
.BgClassName
{
background-color: #68F0B0;
}
</style>
border-color css
<style>
span { border-color: #68F0B0; }
span { border-color: rgb(104,240,176); }
td.TdClassName
{
border-color: #68F0B0;
}
.TagClassName
{
border-color: #68F0B0;
}
</style>