Shades of Medium Aquamarine #6BDB9B
Tints of Medium Aquamarine #6BDB9B
RGB
CMYK
RGB Variations
Color information
#6BDB9B (or 0x6BDB9B) is known color: Medium Aquamarine. HEX triplet: 6B, DB and 9B. RGB value is (107,219,155). Sum of RGB (Red+Green+Blue) = 107+219+155=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDB9B is #942464. Grayscale: #B2B2B2. Windows color (decimal): -9708645 or 10214251. OLE color: 10214251.
HSL color Cylindrical-coordinate representation of color #6BDB9B: hue angle of 145.71º 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 #6BDB9B is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 155 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.14 |
| HSL | 145.71º | 0.61% | 0.64% | - |
| HSV(B) | 145.71º | 0.51% | 0.86% | - |
| XYZ | 37.31 | 56.16 | 39.88 | - |
| YUV | 178.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 155 | 0.51 | 0 | 0.29 | 0.14 | 145.71 | 0.61 | 0.64 |
| Hex | 6B | DB | 9B | 33 | 0 | 1D | E | 92 | 3D | 40 |
| Octal | 153 | 333 | 233 | 63 | 0 | 35 | 16 | 222 | 75 | 100 |
| Binary | 1101011 | 11011011 | 10011011 | 110011 | 0 | 11101 | 1110 | 10010010 | 111101 | 1000000 |
Color Harmonies of #6BDB9B
Complementary color
Monochromatic Colors of #6BDB9B
Black with #6BDB9B
Text Example
Text Example
White with #6BDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB9B; }
p { color: rgb(107,219,155); }
H1.HeaderClassName
{
color: #6BDB9B;
}
.AnyTagClassName
{
color: #6BDB9B;
}
</style>
background-color css
<style>
a { background-color: #6BDB9B; }
a { background-color: rgb(107,219,155); }
div.DivClassName
{
background-color: #6BDB9B;
}
.BgClassName
{
background-color: #6BDB9B;
}
</style>
border-color css
<style>
span { border-color: #6BDB9B; }
span { border-color: rgb(107,219,155); }
td.TdClassName
{
border-color: #6BDB9B;
}
.TagClassName
{
border-color: #6BDB9B;
}
</style>