Shades of Medium Aquamarine #6BDD9E
Tints of Medium Aquamarine #6BDD9E
RGB
CMYK
RGB Variations
Color information
#6BDD9E (or 0x6BDD9E) is known color: Medium Aquamarine. HEX triplet: 6B, DD and 9E. RGB value is (107,221,158). Sum of RGB (Red+Green+Blue) = 107+221+158=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDD9E is #942261. Grayscale: #B3B3B3. Windows color (decimal): -9708130 or 10411371. OLE color: 10411371.
HSL color Cylindrical-coordinate representation of color #6BDD9E: hue angle of 146.84º 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 #6BDD9E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 158 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.13 |
| HSL | 146.84º | 0.63% | 0.64% | - |
| HSV(B) | 146.84º | 0.52% | 0.87% | - |
| XYZ | 38.09 | 57.31 | 41.4 | - |
| YUV | 179.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 158 | 0.52 | 0 | 0.29 | 0.13 | 146.84 | 0.63 | 0.64 |
| Hex | 6B | DD | 9E | 34 | 0 | 1D | D | 93 | 3F | 40 |
| Octal | 153 | 335 | 236 | 64 | 0 | 35 | 15 | 223 | 77 | 100 |
| Binary | 1101011 | 11011101 | 10011110 | 110100 | 0 | 11101 | 1101 | 10010011 | 111111 | 1000000 |
Color Harmonies of #6BDD9E
Complementary color
Monochromatic Colors of #6BDD9E
Black with #6BDD9E
Text Example
Text Example
White with #6BDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD9E; }
p { color: rgb(107,221,158); }
H1.HeaderClassName
{
color: #6BDD9E;
}
.AnyTagClassName
{
color: #6BDD9E;
}
</style>
background-color css
<style>
a { background-color: #6BDD9E; }
a { background-color: rgb(107,221,158); }
div.DivClassName
{
background-color: #6BDD9E;
}
.BgClassName
{
background-color: #6BDD9E;
}
</style>
border-color css
<style>
span { border-color: #6BDD9E; }
span { border-color: rgb(107,221,158); }
td.TdClassName
{
border-color: #6BDD9E;
}
.TagClassName
{
border-color: #6BDD9E;
}
</style>