Shades of Medium Aquamarine #6BD7B4
Tints of Medium Aquamarine #6BD7B4
RGB
CMYK
RGB Variations
Color information
#6BD7B4 (or 0x6BD7B4) is known color: Medium Aquamarine. HEX triplet: 6B, D7 and B4. RGB value is (107,215,180). Sum of RGB (Red+Green+Blue) = 107+215+180=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7B4 is #94284B. Grayscale: #B2B2B2. Windows color (decimal): -9709644 or 11851627. OLE color: 11851627.
HSL color Cylindrical-coordinate representation of color #6BD7B4: hue angle of 160.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD7B4 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 215 | 180 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.16 |
| HSL | 160.56º | 0.57% | 0.63% | - |
| HSV(B) | 160.56º | 0.5% | 0.84% | - |
| XYZ | 38.6 | 55.02 | 51.77 | - |
| YUV | 178.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 215 | 180 | 0.50 | 0 | 0.16 | 0.16 | 160.56 | 0.57 | 0.63 |
| Hex | 6B | D7 | B4 | 32 | 0 | 10 | 10 | A1 | 39 | 3F |
| Octal | 153 | 327 | 264 | 62 | 0 | 20 | 20 | 241 | 71 | 77 |
| Binary | 1101011 | 11010111 | 10110100 | 110010 | 0 | 10000 | 10000 | 10100001 | 111001 | 111111 |
Color Harmonies of #6BD7B4
Complementary color
Monochromatic Colors of #6BD7B4
Black with #6BD7B4
Text Example
Text Example
White with #6BD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD7B4; }
p { color: rgb(107,215,180); }
H1.HeaderClassName
{
color: #6BD7B4;
}
.AnyTagClassName
{
color: #6BD7B4;
}
</style>
background-color css
<style>
a { background-color: #6BD7B4; }
a { background-color: rgb(107,215,180); }
div.DivClassName
{
background-color: #6BD7B4;
}
.BgClassName
{
background-color: #6BD7B4;
}
</style>
border-color css
<style>
span { border-color: #6BD7B4; }
span { border-color: rgb(107,215,180); }
td.TdClassName
{
border-color: #6BD7B4;
}
.TagClassName
{
border-color: #6BD7B4;
}
</style>