Shades of Medium Aquamarine #6BDD9F
Tints of Medium Aquamarine #6BDD9F
RGB
CMYK
RGB Variations
Color information
#6BDD9F (or 0x6BDD9F) is known color: Medium Aquamarine. HEX triplet: 6B, DD and 9F. RGB value is (107,221,159). Sum of RGB (Red+Green+Blue) = 107+221+159=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDD9F is #942260. Grayscale: #B3B3B3. Windows color (decimal): -9708129 or 10476907. OLE color: 10476907.
HSL color Cylindrical-coordinate representation of color #6BDD9F: hue angle of 147.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD9F is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 159 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.13 |
| HSL | 147.37º | 0.63% | 0.64% | - |
| HSV(B) | 147.37º | 0.52% | 0.87% | - |
| XYZ | 38.18 | 57.34 | 41.86 | - |
| YUV | 179.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 159 | 0.52 | 0 | 0.28 | 0.13 | 147.37 | 0.63 | 0.64 |
| Hex | 6B | DD | 9F | 34 | 0 | 1C | D | 93 | 3F | 40 |
| Octal | 153 | 335 | 237 | 64 | 0 | 34 | 15 | 223 | 77 | 100 |
| Binary | 1101011 | 11011101 | 10011111 | 110100 | 0 | 11100 | 1101 | 10010011 | 111111 | 1000000 |
Color Harmonies of #6BDD9F
Complementary color
Monochromatic Colors of #6BDD9F
Black with #6BDD9F
Text Example
Text Example
White with #6BDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD9F; }
p { color: rgb(107,221,159); }
H1.HeaderClassName
{
color: #6BDD9F;
}
.AnyTagClassName
{
color: #6BDD9F;
}
</style>
background-color css
<style>
a { background-color: #6BDD9F; }
a { background-color: rgb(107,221,159); }
div.DivClassName
{
background-color: #6BDD9F;
}
.BgClassName
{
background-color: #6BDD9F;
}
</style>
border-color css
<style>
span { border-color: #6BDD9F; }
span { border-color: rgb(107,221,159); }
td.TdClassName
{
border-color: #6BDD9F;
}
.TagClassName
{
border-color: #6BDD9F;
}
</style>