Shades of Medium Aquamarine #6BDA9B
Tints of Medium Aquamarine #6BDA9B
RGB
CMYK
RGB Variations
Color information
#6BDA9B (or 0x6BDA9B) is known color: Medium Aquamarine. HEX triplet: 6B, DA and 9B. RGB value is (107,218,155). Sum of RGB (Red+Green+Blue) = 107+218+155=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA9B is #942564. Grayscale: #B1B1B1. Windows color (decimal): -9708901 or 10213995. OLE color: 10213995.
HSL color Cylindrical-coordinate representation of color #6BDA9B: hue angle of 145.95º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA9B is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 155 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.15 |
| HSL | 145.95º | 0.6% | 0.64% | - |
| HSV(B) | 145.95º | 0.51% | 0.85% | - |
| XYZ | 37.05 | 55.64 | 39.8 | - |
| YUV | 177.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 155 | 0.51 | 0 | 0.29 | 0.15 | 145.95 | 0.6 | 0.64 |
| Hex | 6B | DA | 9B | 33 | 0 | 1D | F | 92 | 3C | 40 |
| Octal | 153 | 332 | 233 | 63 | 0 | 35 | 17 | 222 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10011011 | 110011 | 0 | 11101 | 1111 | 10010010 | 111100 | 1000000 |
Color Harmonies of #6BDA9B
Complementary color
Monochromatic Colors of #6BDA9B
Black with #6BDA9B
Text Example
Text Example
White with #6BDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA9B; }
p { color: rgb(107,218,155); }
H1.HeaderClassName
{
color: #6BDA9B;
}
.AnyTagClassName
{
color: #6BDA9B;
}
</style>
background-color css
<style>
a { background-color: #6BDA9B; }
a { background-color: rgb(107,218,155); }
div.DivClassName
{
background-color: #6BDA9B;
}
.BgClassName
{
background-color: #6BDA9B;
}
</style>
border-color css
<style>
span { border-color: #6BDA9B; }
span { border-color: rgb(107,218,155); }
td.TdClassName
{
border-color: #6BDA9B;
}
.TagClassName
{
border-color: #6BDA9B;
}
</style>