Shades of Medium Aquamarine #6FF0A8
Tints of Medium Aquamarine #6FF0A8
RGB
CMYK
RGB Variations
Color information
#6FF0A8 (or 0x6FF0A8) is known color: Medium Aquamarine. HEX triplet: 6F, F0 and A8. RGB value is (111,240,168). Sum of RGB (Red+Green+Blue) = 111+240+168=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF0A8 is #900F57. Grayscale: #C1C1C1. Windows color (decimal): -9441112 or 11071599. OLE color: 11071599.
HSL color Cylindrical-coordinate representation of color #6FF0A8: hue angle of 146.51º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0A8 is Cyan = 0.54, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 168 | - |
| CMYK | 0.54 | 0 | 0.3 | 0.06 |
| HSL | 146.51º | 0.81% | 0.69% | - |
| HSV(B) | 146.51º | 0.54% | 0.94% | - |
| XYZ | 44.78 | 68.53 | 47.91 | - |
| YUV | 193.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 168 | 0.54 | 0 | 0.3 | 0.06 | 146.51 | 0.81 | 0.69 |
| Hex | 6F | F0 | A8 | 36 | 0 | 1E | 6 | 93 | 51 | 45 |
| Octal | 157 | 360 | 250 | 66 | 0 | 36 | 6 | 223 | 121 | 105 |
| Binary | 1101111 | 11110000 | 10101000 | 110110 | 0 | 11110 | 110 | 10010011 | 1010001 | 1000101 |
Color Harmonies of #6FF0A8
Complementary color
Monochromatic Colors of #6FF0A8
Black with #6FF0A8
Text Example
Text Example
White with #6FF0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0A8; }
p { color: rgb(111,240,168); }
H1.HeaderClassName
{
color: #6FF0A8;
}
.AnyTagClassName
{
color: #6FF0A8;
}
</style>
background-color css
<style>
a { background-color: #6FF0A8; }
a { background-color: rgb(111,240,168); }
div.DivClassName
{
background-color: #6FF0A8;
}
.BgClassName
{
background-color: #6FF0A8;
}
</style>
border-color css
<style>
span { border-color: #6FF0A8; }
span { border-color: rgb(111,240,168); }
td.TdClassName
{
border-color: #6FF0A8;
}
.TagClassName
{
border-color: #6FF0A8;
}
</style>