Shades of Medium Aquamarine #6BDC9F
Tints of Medium Aquamarine #6BDC9F
RGB
CMYK
RGB Variations
Color information
#6BDC9F (or 0x6BDC9F) is known color: Medium Aquamarine. HEX triplet: 6B, DC and 9F. RGB value is (107,220,159). Sum of RGB (Red+Green+Blue) = 107+220+159=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDC9F is #942360. Grayscale: #B3B3B3. Windows color (decimal): -9708385 or 10476651. OLE color: 10476651.
HSL color Cylindrical-coordinate representation of color #6BDC9F: hue angle of 147.61º degrees, saturation: 0.62, 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 #6BDC9F is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 159 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.14 |
| HSL | 147.61º | 0.62% | 0.64% | - |
| HSV(B) | 147.61º | 0.51% | 0.86% | - |
| XYZ | 37.91 | 56.82 | 41.77 | - |
| YUV | 179.26 | 116.56 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 159 | 0.51 | 0 | 0.28 | 0.14 | 147.61 | 0.62 | 0.64 |
| Hex | 6B | DC | 9F | 33 | 0 | 1C | E | 94 | 3E | 40 |
| Octal | 153 | 334 | 237 | 63 | 0 | 34 | 16 | 224 | 76 | 100 |
| Binary | 1101011 | 11011100 | 10011111 | 110011 | 0 | 11100 | 1110 | 10010100 | 111110 | 1000000 |
Color Harmonies of #6BDC9F
Complementary color
Monochromatic Colors of #6BDC9F
Black with #6BDC9F
Text Example
Text Example
White with #6BDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC9F; }
p { color: rgb(107,220,159); }
H1.HeaderClassName
{
color: #6BDC9F;
}
.AnyTagClassName
{
color: #6BDC9F;
}
</style>
background-color css
<style>
a { background-color: #6BDC9F; }
a { background-color: rgb(107,220,159); }
div.DivClassName
{
background-color: #6BDC9F;
}
.BgClassName
{
background-color: #6BDC9F;
}
</style>
border-color css
<style>
span { border-color: #6BDC9F; }
span { border-color: rgb(107,220,159); }
td.TdClassName
{
border-color: #6BDC9F;
}
.TagClassName
{
border-color: #6BDC9F;
}
</style>