Shades of Medium Aquamarine #6FC9A8
Tints of Medium Aquamarine #6FC9A8
RGB
CMYK
RGB Variations
Color information
#6FC9A8 (or 0x6FC9A8) is known color: Medium Aquamarine. HEX triplet: 6F, C9 and A8. RGB value is (111,201,168). Sum of RGB (Red+Green+Blue) = 111+201+168=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC9A8 is #903657. Grayscale: #AAAAAA. Windows color (decimal): -9451096 or 11061615. OLE color: 11061615.
HSL color Cylindrical-coordinate representation of color #6FC9A8: hue angle of 158º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC9A8 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 201 | 168 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.21 |
| HSL | 158º | 0.45% | 0.61% | - |
| HSV(B) | 158º | 0.45% | 0.79% | - |
| XYZ | 34.51 | 47.98 | 44.49 | - |
| YUV | 170.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 168 | 0.45 | 0 | 0.16 | 0.21 | 158 | 0.45 | 0.61 |
| Hex | 6F | C9 | A8 | 2D | 0 | 10 | 15 | 9E | 2D | 3D |
| Octal | 157 | 311 | 250 | 55 | 0 | 20 | 25 | 236 | 55 | 75 |
| Binary | 1101111 | 11001001 | 10101000 | 101101 | 0 | 10000 | 10101 | 10011110 | 101101 | 111101 |
Color Harmonies of #6FC9A8
Complementary color
Monochromatic Colors of #6FC9A8
Black with #6FC9A8
Text Example
Text Example
White with #6FC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC9A8; }
p { color: rgb(111,201,168); }
H1.HeaderClassName
{
color: #6FC9A8;
}
.AnyTagClassName
{
color: #6FC9A8;
}
</style>
background-color css
<style>
a { background-color: #6FC9A8; }
a { background-color: rgb(111,201,168); }
div.DivClassName
{
background-color: #6FC9A8;
}
.BgClassName
{
background-color: #6FC9A8;
}
</style>
border-color css
<style>
span { border-color: #6FC9A8; }
span { border-color: rgb(111,201,168); }
td.TdClassName
{
border-color: #6FC9A8;
}
.TagClassName
{
border-color: #6FC9A8;
}
</style>