Shades of Medium Aquamarine #68F9A2
Tints of Medium Aquamarine #68F9A2
RGB
CMYK
RGB Variations
Color information
#68F9A2 (or 0x68F9A2) is known color: Medium Aquamarine. HEX triplet: 68, F9 and A2. RGB value is (104,249,162). Sum of RGB (Red+Green+Blue) = 104+249+162=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F9A2 is #97065D. Grayscale: #C3C3C3. Windows color (decimal): -9897566 or 10680680. OLE color: 10680680.
HSL color Cylindrical-coordinate representation of color #68F9A2: hue angle of 144º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9A2 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 162 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.02 |
| HSL | 144º | 0.92% | 0.69% | - |
| HSV(B) | 144º | 0.58% | 0.98% | - |
| XYZ | 46.11 | 73.3 | 45.9 | - |
| YUV | 195.73 | 108.96 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 162 | 0.58 | 0 | 0.35 | 0.02 | 144 | 0.92 | 0.69 |
| Hex | 68 | F9 | A2 | 3A | 0 | 23 | 2 | 90 | 5C | 45 |
| Octal | 150 | 371 | 242 | 72 | 0 | 43 | 2 | 220 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10100010 | 111010 | 0 | 100011 | 10 | 10010000 | 1011100 | 1000101 |
Color Harmonies of #68F9A2
Complementary color
Monochromatic Colors of #68F9A2
Black with #68F9A2
Text Example
Text Example
White with #68F9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9A2; }
p { color: rgb(104,249,162); }
H1.HeaderClassName
{
color: #68F9A2;
}
.AnyTagClassName
{
color: #68F9A2;
}
</style>
background-color css
<style>
a { background-color: #68F9A2; }
a { background-color: rgb(104,249,162); }
div.DivClassName
{
background-color: #68F9A2;
}
.BgClassName
{
background-color: #68F9A2;
}
</style>
border-color css
<style>
span { border-color: #68F9A2; }
span { border-color: rgb(104,249,162); }
td.TdClassName
{
border-color: #68F9A2;
}
.TagClassName
{
border-color: #68F9A2;
}
</style>