Shades of Medium Aquamarine #6BC5AD
Tints of Medium Aquamarine #6BC5AD
RGB
CMYK
RGB Variations
Color information
#6BC5AD (or 0x6BC5AD) is known color: Medium Aquamarine. HEX triplet: 6B, C5 and AD. RGB value is (107,197,173). Sum of RGB (Red+Green+Blue) = 107+197+173=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5AD is #943A52. Grayscale: #A7A7A7. Windows color (decimal): -9714259 or 11388267. OLE color: 11388267.
HSL color Cylindrical-coordinate representation of color #6BC5AD: hue angle of 164º 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 #6BC5AD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 173 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.23 |
| HSL | 164º | 0.44% | 0.6% | - |
| HSV(B) | 164º | 0.46% | 0.77% | - |
| XYZ | 33.57 | 46.08 | 46.66 | - |
| YUV | 167.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 173 | 0.46 | 0 | 0.12 | 0.23 | 164 | 0.44 | 0.6 |
| Hex | 6B | C5 | AD | 2E | 0 | C | 17 | A4 | 2C | 3C |
| Octal | 153 | 305 | 255 | 56 | 0 | 14 | 27 | 244 | 54 | 74 |
| Binary | 1101011 | 11000101 | 10101101 | 101110 | 0 | 1100 | 10111 | 10100100 | 101100 | 111100 |
Color Harmonies of #6BC5AD
Complementary color
Monochromatic Colors of #6BC5AD
Black with #6BC5AD
Text Example
Text Example
White with #6BC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5AD; }
p { color: rgb(107,197,173); }
H1.HeaderClassName
{
color: #6BC5AD;
}
.AnyTagClassName
{
color: #6BC5AD;
}
</style>
background-color css
<style>
a { background-color: #6BC5AD; }
a { background-color: rgb(107,197,173); }
div.DivClassName
{
background-color: #6BC5AD;
}
.BgClassName
{
background-color: #6BC5AD;
}
</style>
border-color css
<style>
span { border-color: #6BC5AD; }
span { border-color: rgb(107,197,173); }
td.TdClassName
{
border-color: #6BC5AD;
}
.TagClassName
{
border-color: #6BC5AD;
}
</style>