Shades of Medium Aquamarine #6BC5A9
Tints of Medium Aquamarine #6BC5A9
RGB
CMYK
RGB Variations
Color information
#6BC5A9 (or 0x6BC5A9) is known color: Medium Aquamarine. HEX triplet: 6B, C5 and A9. RGB value is (107,197,169). Sum of RGB (Red+Green+Blue) = 107+197+169=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5A9 is #943A56. Grayscale: #A6A6A6. Windows color (decimal): -9714263 or 11126123. OLE color: 11126123.
HSL color Cylindrical-coordinate representation of color #6BC5A9: hue angle of 161.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 #6BC5A9 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 169 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.23 |
| HSL | 161.33º | 0.44% | 0.6% | - |
| HSV(B) | 161.33º | 0.46% | 0.77% | - |
| XYZ | 33.19 | 45.92 | 44.65 | - |
| YUV | 166.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 169 | 0.46 | 0 | 0.14 | 0.23 | 161.33 | 0.44 | 0.6 |
| Hex | 6B | C5 | A9 | 2E | 0 | E | 17 | A1 | 2C | 3C |
| Octal | 153 | 305 | 251 | 56 | 0 | 16 | 27 | 241 | 54 | 74 |
| Binary | 1101011 | 11000101 | 10101001 | 101110 | 0 | 1110 | 10111 | 10100001 | 101100 | 111100 |
Color Harmonies of #6BC5A9
Complementary color
Monochromatic Colors of #6BC5A9
Black with #6BC5A9
Text Example
Text Example
White with #6BC5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5A9; }
p { color: rgb(107,197,169); }
H1.HeaderClassName
{
color: #6BC5A9;
}
.AnyTagClassName
{
color: #6BC5A9;
}
</style>
background-color css
<style>
a { background-color: #6BC5A9; }
a { background-color: rgb(107,197,169); }
div.DivClassName
{
background-color: #6BC5A9;
}
.BgClassName
{
background-color: #6BC5A9;
}
</style>
border-color css
<style>
span { border-color: #6BC5A9; }
span { border-color: rgb(107,197,169); }
td.TdClassName
{
border-color: #6BC5A9;
}
.TagClassName
{
border-color: #6BC5A9;
}
</style>