Shades of Medium Aquamarine #6FC6A8
Tints of Medium Aquamarine #6FC6A8
RGB
CMYK
RGB Variations
Color information
#6FC6A8 (or 0x6FC6A8) is known color: Medium Aquamarine. HEX triplet: 6F, C6 and A8. RGB value is (111,198,168). Sum of RGB (Red+Green+Blue) = 111+198+168=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC6A8 is #903957. Grayscale: #A8A8A8. Windows color (decimal): -9451864 or 11060847. OLE color: 11060847.
HSL color Cylindrical-coordinate representation of color #6FC6A8: hue angle of 159.31º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC6A8 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 198 | 168 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.22 |
| HSL | 159.31º | 0.43% | 0.61% | - |
| HSV(B) | 159.31º | 0.44% | 0.78% | - |
| XYZ | 33.82 | 46.59 | 44.26 | - |
| YUV | 168.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 168 | 0.44 | 0 | 0.15 | 0.22 | 159.31 | 0.43 | 0.61 |
| Hex | 6F | C6 | A8 | 2C | 0 | F | 16 | 9F | 2B | 3D |
| Octal | 157 | 306 | 250 | 54 | 0 | 17 | 26 | 237 | 53 | 75 |
| Binary | 1101111 | 11000110 | 10101000 | 101100 | 0 | 1111 | 10110 | 10011111 | 101011 | 111101 |
Color Harmonies of #6FC6A8
Complementary color
Monochromatic Colors of #6FC6A8
Black with #6FC6A8
Text Example
Text Example
White with #6FC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC6A8; }
p { color: rgb(111,198,168); }
H1.HeaderClassName
{
color: #6FC6A8;
}
.AnyTagClassName
{
color: #6FC6A8;
}
</style>
background-color css
<style>
a { background-color: #6FC6A8; }
a { background-color: rgb(111,198,168); }
div.DivClassName
{
background-color: #6FC6A8;
}
.BgClassName
{
background-color: #6FC6A8;
}
</style>
border-color css
<style>
span { border-color: #6FC6A8; }
span { border-color: rgb(111,198,168); }
td.TdClassName
{
border-color: #6FC6A8;
}
.TagClassName
{
border-color: #6FC6A8;
}
</style>