Shades of Medium Aquamarine #68F9A5
Tints of Medium Aquamarine #68F9A5
RGB
CMYK
RGB Variations
Color information
#68F9A5 (or 0x68F9A5) is known color: Medium Aquamarine. HEX triplet: 68, F9 and A5. RGB value is (104,249,165). Sum of RGB (Red+Green+Blue) = 104+249+165=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F9A5 is #97065A. Grayscale: #C4C4C4. Windows color (decimal): -9897563 or 10877288. OLE color: 10877288.
HSL color Cylindrical-coordinate representation of color #68F9A5: hue angle of 145.24º 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 #68F9A5 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 165 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.02 |
| HSL | 145.24º | 0.92% | 0.69% | - |
| HSV(B) | 145.24º | 0.58% | 0.98% | - |
| XYZ | 46.38 | 73.41 | 47.32 | - |
| YUV | 196.07 | 110.46 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 165 | 0.58 | 0 | 0.34 | 0.02 | 145.24 | 0.92 | 0.69 |
| Hex | 68 | F9 | A5 | 3A | 0 | 22 | 2 | 91 | 5C | 45 |
| Octal | 150 | 371 | 245 | 72 | 0 | 42 | 2 | 221 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10100101 | 111010 | 0 | 100010 | 10 | 10010001 | 1011100 | 1000101 |
Color Harmonies of #68F9A5
Complementary color
Monochromatic Colors of #68F9A5
Black with #68F9A5
Text Example
Text Example
White with #68F9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9A5; }
p { color: rgb(104,249,165); }
H1.HeaderClassName
{
color: #68F9A5;
}
.AnyTagClassName
{
color: #68F9A5;
}
</style>
background-color css
<style>
a { background-color: #68F9A5; }
a { background-color: rgb(104,249,165); }
div.DivClassName
{
background-color: #68F9A5;
}
.BgClassName
{
background-color: #68F9A5;
}
</style>
border-color css
<style>
span { border-color: #68F9A5; }
span { border-color: rgb(104,249,165); }
td.TdClassName
{
border-color: #68F9A5;
}
.TagClassName
{
border-color: #68F9A5;
}
</style>