Shades of Medium Aquamarine #6BC5A2
Tints of Medium Aquamarine #6BC5A2
RGB
CMYK
RGB Variations
Color information
#6BC5A2 (or 0x6BC5A2) is known color: Medium Aquamarine. HEX triplet: 6B, C5 and A2. RGB value is (107,197,162). Sum of RGB (Red+Green+Blue) = 107+197+162=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5A2 is #943A5D. Grayscale: #A6A6A6. Windows color (decimal): -9714270 or 10667371. OLE color: 10667371.
HSL color Cylindrical-coordinate representation of color #6BC5A2: hue angle of 156.67º 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 #6BC5A2 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 162 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.23 |
| HSL | 156.67º | 0.44% | 0.6% | - |
| HSV(B) | 156.67º | 0.46% | 0.77% | - |
| XYZ | 32.55 | 45.67 | 41.28 | - |
| YUV | 166.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 162 | 0.46 | 0 | 0.18 | 0.23 | 156.67 | 0.44 | 0.6 |
| Hex | 6B | C5 | A2 | 2E | 0 | 12 | 17 | 9D | 2C | 3C |
| Octal | 153 | 305 | 242 | 56 | 0 | 22 | 27 | 235 | 54 | 74 |
| Binary | 1101011 | 11000101 | 10100010 | 101110 | 0 | 10010 | 10111 | 10011101 | 101100 | 111100 |
Color Harmonies of #6BC5A2
Complementary color
Monochromatic Colors of #6BC5A2
Black with #6BC5A2
Text Example
Text Example
White with #6BC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5A2; }
p { color: rgb(107,197,162); }
H1.HeaderClassName
{
color: #6BC5A2;
}
.AnyTagClassName
{
color: #6BC5A2;
}
</style>
background-color css
<style>
a { background-color: #6BC5A2; }
a { background-color: rgb(107,197,162); }
div.DivClassName
{
background-color: #6BC5A2;
}
.BgClassName
{
background-color: #6BC5A2;
}
</style>
border-color css
<style>
span { border-color: #6BC5A2; }
span { border-color: rgb(107,197,162); }
td.TdClassName
{
border-color: #6BC5A2;
}
.TagClassName
{
border-color: #6BC5A2;
}
</style>