Shades of Medium Aquamarine #68F0B2
Tints of Medium Aquamarine #68F0B2
RGB
CMYK
RGB Variations
Color information
#68F0B2 (or 0x68F0B2) is known color: Medium Aquamarine. HEX triplet: 68, F0 and B2. RGB value is (104,240,178). Sum of RGB (Red+Green+Blue) = 104+240+178=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F0B2 is #970F4D. Grayscale: #C0C0C0. Windows color (decimal): -9899854 or 11726952. OLE color: 11726952.
HSL color Cylindrical-coordinate representation of color #68F0B2: hue angle of 152.65º 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 #68F0B2 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 178 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.06 |
| HSL | 152.65º | 0.82% | 0.67% | - |
| HSV(B) | 152.65º | 0.57% | 0.94% | - |
| XYZ | 44.9 | 68.48 | 52.97 | - |
| YUV | 192.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 178 | 0.57 | 0 | 0.26 | 0.06 | 152.65 | 0.82 | 0.67 |
| Hex | 68 | F0 | B2 | 39 | 0 | 1A | 6 | 99 | 52 | 43 |
| Octal | 150 | 360 | 262 | 71 | 0 | 32 | 6 | 231 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10110010 | 111001 | 0 | 11010 | 110 | 10011001 | 1010010 | 1000011 |
Color Harmonies of #68F0B2
Complementary color
Monochromatic Colors of #68F0B2
Black with #68F0B2
Text Example
Text Example
White with #68F0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0B2; }
p { color: rgb(104,240,178); }
H1.HeaderClassName
{
color: #68F0B2;
}
.AnyTagClassName
{
color: #68F0B2;
}
</style>
background-color css
<style>
a { background-color: #68F0B2; }
a { background-color: rgb(104,240,178); }
div.DivClassName
{
background-color: #68F0B2;
}
.BgClassName
{
background-color: #68F0B2;
}
</style>
border-color css
<style>
span { border-color: #68F0B2; }
span { border-color: rgb(104,240,178); }
td.TdClassName
{
border-color: #68F0B2;
}
.TagClassName
{
border-color: #68F0B2;
}
</style>