Shades of Medium Aquamarine #6BC8AB
Tints of Medium Aquamarine #6BC8AB
RGB
CMYK
RGB Variations
Color information
#6BC8AB (or 0x6BC8AB) is known color: Medium Aquamarine. HEX triplet: 6B, C8 and AB. RGB value is (107,200,171). Sum of RGB (Red+Green+Blue) = 107+200+171=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC8AB is #943754. Grayscale: #A8A8A8. Windows color (decimal): -9713493 or 11257963. OLE color: 11257963.
HSL color Cylindrical-coordinate representation of color #6BC8AB: hue angle of 161.29º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC8AB is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 200 | 171 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.22 |
| HSL | 161.29º | 0.46% | 0.6% | - |
| HSV(B) | 161.29º | 0.47% | 0.78% | - |
| XYZ | 34.07 | 47.37 | 45.88 | - |
| YUV | 168.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 200 | 171 | 0.46 | 0 | 0.14 | 0.22 | 161.29 | 0.46 | 0.6 |
| Hex | 6B | C8 | AB | 2E | 0 | E | 16 | A1 | 2E | 3C |
| Octal | 153 | 310 | 253 | 56 | 0 | 16 | 26 | 241 | 56 | 74 |
| Binary | 1101011 | 11001000 | 10101011 | 101110 | 0 | 1110 | 10110 | 10100001 | 101110 | 111100 |
Color Harmonies of #6BC8AB
Complementary color
Monochromatic Colors of #6BC8AB
Black with #6BC8AB
Text Example
Text Example
White with #6BC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC8AB; }
p { color: rgb(107,200,171); }
H1.HeaderClassName
{
color: #6BC8AB;
}
.AnyTagClassName
{
color: #6BC8AB;
}
</style>
background-color css
<style>
a { background-color: #6BC8AB; }
a { background-color: rgb(107,200,171); }
div.DivClassName
{
background-color: #6BC8AB;
}
.BgClassName
{
background-color: #6BC8AB;
}
</style>
border-color css
<style>
span { border-color: #6BC8AB; }
span { border-color: rgb(107,200,171); }
td.TdClassName
{
border-color: #6BC8AB;
}
.TagClassName
{
border-color: #6BC8AB;
}
</style>