Shades of Medium Aquamarine #6BC5A0
Tints of Medium Aquamarine #6BC5A0
RGB
CMYK
RGB Variations
Color information
#6BC5A0 (or 0x6BC5A0) is known color: Medium Aquamarine. HEX triplet: 6B, C5 and A0. RGB value is (107,197,160). Sum of RGB (Red+Green+Blue) = 107+197+160=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5A0 is #943A5F. Grayscale: #A5A5A5. Windows color (decimal): -9714272 or 10536299. OLE color: 10536299.
HSL color Cylindrical-coordinate representation of color #6BC5A0: hue angle of 155.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC5A0 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 160 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.23 |
| HSL | 155.33º | 0.44% | 0.6% | - |
| HSV(B) | 155.33º | 0.46% | 0.77% | - |
| XYZ | 32.37 | 45.6 | 40.35 | - |
| YUV | 165.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 160 | 0.46 | 0 | 0.19 | 0.23 | 155.33 | 0.44 | 0.6 |
| Hex | 6B | C5 | A0 | 2E | 0 | 13 | 17 | 9B | 2C | 3C |
| Octal | 153 | 305 | 240 | 56 | 0 | 23 | 27 | 233 | 54 | 74 |
| Binary | 1101011 | 11000101 | 10100000 | 101110 | 0 | 10011 | 10111 | 10011011 | 101100 | 111100 |
Color Harmonies of #6BC5A0
Complementary color
Monochromatic Colors of #6BC5A0
Black with #6BC5A0
Text Example
Text Example
White with #6BC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5A0; }
p { color: rgb(107,197,160); }
H1.HeaderClassName
{
color: #6BC5A0;
}
.AnyTagClassName
{
color: #6BC5A0;
}
</style>
background-color css
<style>
a { background-color: #6BC5A0; }
a { background-color: rgb(107,197,160); }
div.DivClassName
{
background-color: #6BC5A0;
}
.BgClassName
{
background-color: #6BC5A0;
}
</style>
border-color css
<style>
span { border-color: #6BC5A0; }
span { border-color: rgb(107,197,160); }
td.TdClassName
{
border-color: #6BC5A0;
}
.TagClassName
{
border-color: #6BC5A0;
}
</style>