Shades of Medium Aquamarine #68F2AF
Tints of Medium Aquamarine #68F2AF
RGB
CMYK
RGB Variations
Color information
#68F2AF (or 0x68F2AF) is known color: Medium Aquamarine. HEX triplet: 68, F2 and AF. RGB value is (104,242,175). Sum of RGB (Red+Green+Blue) = 104+242+175=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2AF is #970D50. Grayscale: #C1C1C1. Windows color (decimal): -9899345 or 11530856. OLE color: 11530856.
HSL color Cylindrical-coordinate representation of color #68F2AF: hue angle of 150.87º degrees, saturation: 0.84, 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 #68F2AF is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 175 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.05 |
| HSL | 150.87º | 0.84% | 0.68% | - |
| HSV(B) | 150.87º | 0.57% | 0.95% | - |
| XYZ | 45.2 | 69.54 | 51.6 | - |
| YUV | 193.1 | 117.78 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 175 | 0.57 | 0 | 0.28 | 0.05 | 150.87 | 0.84 | 0.68 |
| Hex | 68 | F2 | AF | 39 | 0 | 1C | 5 | 97 | 54 | 44 |
| Octal | 150 | 362 | 257 | 71 | 0 | 34 | 5 | 227 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10101111 | 111001 | 0 | 11100 | 101 | 10010111 | 1010100 | 1000100 |
Color Harmonies of #68F2AF
Complementary color
Monochromatic Colors of #68F2AF
Black with #68F2AF
Text Example
Text Example
White with #68F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2AF; }
p { color: rgb(104,242,175); }
H1.HeaderClassName
{
color: #68F2AF;
}
.AnyTagClassName
{
color: #68F2AF;
}
</style>
background-color css
<style>
a { background-color: #68F2AF; }
a { background-color: rgb(104,242,175); }
div.DivClassName
{
background-color: #68F2AF;
}
.BgClassName
{
background-color: #68F2AF;
}
</style>
border-color css
<style>
span { border-color: #68F2AF; }
span { border-color: rgb(104,242,175); }
td.TdClassName
{
border-color: #68F2AF;
}
.TagClassName
{
border-color: #68F2AF;
}
</style>