Shades of Medium Aquamarine #6BDB9F
Tints of Medium Aquamarine #6BDB9F
RGB
CMYK
RGB Variations
Color information
#6BDB9F (or 0x6BDB9F) is known color: Medium Aquamarine. HEX triplet: 6B, DB and 9F. RGB value is (107,219,159). Sum of RGB (Red+Green+Blue) = 107+219+159=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDB9F is #942460. Grayscale: #B2B2B2. Windows color (decimal): -9708641 or 10476395. OLE color: 10476395.
HSL color Cylindrical-coordinate representation of color #6BDB9F: hue angle of 147.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDB9F is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 159 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.14 |
| HSL | 147.86º | 0.61% | 0.64% | - |
| HSV(B) | 147.86º | 0.51% | 0.86% | - |
| XYZ | 37.65 | 56.29 | 41.68 | - |
| YUV | 178.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 159 | 0.51 | 0 | 0.27 | 0.14 | 147.86 | 0.61 | 0.64 |
| Hex | 6B | DB | 9F | 33 | 0 | 1B | E | 94 | 3D | 40 |
| Octal | 153 | 333 | 237 | 63 | 0 | 33 | 16 | 224 | 75 | 100 |
| Binary | 1101011 | 11011011 | 10011111 | 110011 | 0 | 11011 | 1110 | 10010100 | 111101 | 1000000 |
Color Harmonies of #6BDB9F
Complementary color
Monochromatic Colors of #6BDB9F
Black with #6BDB9F
Text Example
Text Example
White with #6BDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB9F; }
p { color: rgb(107,219,159); }
H1.HeaderClassName
{
color: #6BDB9F;
}
.AnyTagClassName
{
color: #6BDB9F;
}
</style>
background-color css
<style>
a { background-color: #6BDB9F; }
a { background-color: rgb(107,219,159); }
div.DivClassName
{
background-color: #6BDB9F;
}
.BgClassName
{
background-color: #6BDB9F;
}
</style>
border-color css
<style>
span { border-color: #6BDB9F; }
span { border-color: rgb(107,219,159); }
td.TdClassName
{
border-color: #6BDB9F;
}
.TagClassName
{
border-color: #6BDB9F;
}
</style>