Shades of Medium Aquamarine #6BC4A3
Tints of Medium Aquamarine #6BC4A3
RGB
CMYK
RGB Variations
Color information
#6BC4A3 (or 0x6BC4A3) is known color: Medium Aquamarine. HEX triplet: 6B, C4 and A3. RGB value is (107,196,163). Sum of RGB (Red+Green+Blue) = 107+196+163=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC4A3 is #943B5C. Grayscale: #A5A5A5. Windows color (decimal): -9714525 or 10732651. OLE color: 10732651.
HSL color Cylindrical-coordinate representation of color #6BC4A3: hue angle of 157.75º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC4A3 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 163 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.23 |
| HSL | 157.75º | 0.43% | 0.59% | - |
| HSV(B) | 157.75º | 0.45% | 0.77% | - |
| XYZ | 32.41 | 45.25 | 41.68 | - |
| YUV | 165.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 163 | 0.45 | 0 | 0.17 | 0.23 | 157.75 | 0.43 | 0.59 |
| Hex | 6B | C4 | A3 | 2D | 0 | 11 | 17 | 9E | 2B | 3B |
| Octal | 153 | 304 | 243 | 55 | 0 | 21 | 27 | 236 | 53 | 73 |
| Binary | 1101011 | 11000100 | 10100011 | 101101 | 0 | 10001 | 10111 | 10011110 | 101011 | 111011 |
Color Harmonies of #6BC4A3
Complementary color
Monochromatic Colors of #6BC4A3
Black with #6BC4A3
Text Example
Text Example
White with #6BC4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC4A3; }
p { color: rgb(107,196,163); }
H1.HeaderClassName
{
color: #6BC4A3;
}
.AnyTagClassName
{
color: #6BC4A3;
}
</style>
background-color css
<style>
a { background-color: #6BC4A3; }
a { background-color: rgb(107,196,163); }
div.DivClassName
{
background-color: #6BC4A3;
}
.BgClassName
{
background-color: #6BC4A3;
}
</style>
border-color css
<style>
span { border-color: #6BC4A3; }
span { border-color: rgb(107,196,163); }
td.TdClassName
{
border-color: #6BC4A3;
}
.TagClassName
{
border-color: #6BC4A3;
}
</style>