Shades of Medium Aquamarine #6BC3A0
Tints of Medium Aquamarine #6BC3A0
RGB
CMYK
RGB Variations
Color information
#6BC3A0 (or 0x6BC3A0) is known color: Medium Aquamarine. HEX triplet: 6B, C3 and A0. RGB value is (107,195,160). Sum of RGB (Red+Green+Blue) = 107+195+160=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC3A0 is #943C5F. Grayscale: #A4A4A4. Windows color (decimal): -9714784 or 10535787. OLE color: 10535787.
HSL color Cylindrical-coordinate representation of color #6BC3A0: hue angle of 156.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC3A0 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 160 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.24 |
| HSL | 156.14º | 0.42% | 0.59% | - |
| HSV(B) | 156.14º | 0.45% | 0.76% | - |
| XYZ | 31.92 | 44.69 | 40.2 | - |
| YUV | 164.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 160 | 0.45 | 0 | 0.18 | 0.24 | 156.14 | 0.42 | 0.59 |
| Hex | 6B | C3 | A0 | 2D | 0 | 12 | 18 | 9C | 2A | 3B |
| Octal | 153 | 303 | 240 | 55 | 0 | 22 | 30 | 234 | 52 | 73 |
| Binary | 1101011 | 11000011 | 10100000 | 101101 | 0 | 10010 | 11000 | 10011100 | 101010 | 111011 |
Color Harmonies of #6BC3A0
Complementary color
Monochromatic Colors of #6BC3A0
Black with #6BC3A0
Text Example
Text Example
White with #6BC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC3A0; }
p { color: rgb(107,195,160); }
H1.HeaderClassName
{
color: #6BC3A0;
}
.AnyTagClassName
{
color: #6BC3A0;
}
</style>
background-color css
<style>
a { background-color: #6BC3A0; }
a { background-color: rgb(107,195,160); }
div.DivClassName
{
background-color: #6BC3A0;
}
.BgClassName
{
background-color: #6BC3A0;
}
</style>
border-color css
<style>
span { border-color: #6BC3A0; }
span { border-color: rgb(107,195,160); }
td.TdClassName
{
border-color: #6BC3A0;
}
.TagClassName
{
border-color: #6BC3A0;
}
</style>