Shades of Medium Aquamarine #6AF0A8
Tints of Medium Aquamarine #6AF0A8
RGB
CMYK
RGB Variations
Color information
#6AF0A8 (or 0x6AF0A8) is known color: Medium Aquamarine. HEX triplet: 6A, F0 and A8. RGB value is (106,240,168). Sum of RGB (Red+Green+Blue) = 106+240+168=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF0A8 is #950F57. Grayscale: #BFBFBF. Windows color (decimal): -9768792 or 11071594. OLE color: 11071594.
HSL color Cylindrical-coordinate representation of color #6AF0A8: hue angle of 147.76º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0A8 is Cyan = 0.56, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 168 | - |
| CMYK | 0.56 | 0 | 0.3 | 0.06 |
| HSL | 147.76º | 0.82% | 0.68% | - |
| HSV(B) | 147.76º | 0.56% | 0.94% | - |
| XYZ | 44.17 | 68.21 | 47.88 | - |
| YUV | 191.73 | 114.61 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 168 | 0.56 | 0 | 0.3 | 0.06 | 147.76 | 0.82 | 0.68 |
| Hex | 6A | F0 | A8 | 38 | 0 | 1E | 6 | 94 | 52 | 44 |
| Octal | 152 | 360 | 250 | 70 | 0 | 36 | 6 | 224 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10101000 | 111000 | 0 | 11110 | 110 | 10010100 | 1010010 | 1000100 |
Color Harmonies of #6AF0A8
Complementary color
Monochromatic Colors of #6AF0A8
Black with #6AF0A8
Text Example
Text Example
White with #6AF0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF0A8; }
p { color: rgb(106,240,168); }
H1.HeaderClassName
{
color: #6AF0A8;
}
.AnyTagClassName
{
color: #6AF0A8;
}
</style>
background-color css
<style>
a { background-color: #6AF0A8; }
a { background-color: rgb(106,240,168); }
div.DivClassName
{
background-color: #6AF0A8;
}
.BgClassName
{
background-color: #6AF0A8;
}
</style>
border-color css
<style>
span { border-color: #6AF0A8; }
span { border-color: rgb(106,240,168); }
td.TdClassName
{
border-color: #6AF0A8;
}
.TagClassName
{
border-color: #6AF0A8;
}
</style>