Shades of Medium Aquamarine #6BDA9A
Tints of Medium Aquamarine #6BDA9A
RGB
CMYK
RGB Variations
Color information
#6BDA9A (or 0x6BDA9A) is known color: Medium Aquamarine. HEX triplet: 6B, DA and 9A. RGB value is (107,218,154). Sum of RGB (Red+Green+Blue) = 107+218+154=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA9A is #942565. Grayscale: #B1B1B1. Windows color (decimal): -9708902 or 10148459. OLE color: 10148459.
HSL color Cylindrical-coordinate representation of color #6BDA9A: hue angle of 145.41º 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 #6BDA9A is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 154 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.15 |
| HSL | 145.41º | 0.6% | 0.64% | - |
| HSV(B) | 145.41º | 0.51% | 0.85% | - |
| XYZ | 36.97 | 55.6 | 39.36 | - |
| YUV | 177.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 154 | 0.51 | 0 | 0.29 | 0.15 | 145.41 | 0.6 | 0.64 |
| Hex | 6B | DA | 9A | 33 | 0 | 1D | F | 91 | 3C | 40 |
| Octal | 153 | 332 | 232 | 63 | 0 | 35 | 17 | 221 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10011010 | 110011 | 0 | 11101 | 1111 | 10010001 | 111100 | 1000000 |
Color Harmonies of #6BDA9A
Complementary color
Monochromatic Colors of #6BDA9A
Black with #6BDA9A
Text Example
Text Example
White with #6BDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA9A; }
p { color: rgb(107,218,154); }
H1.HeaderClassName
{
color: #6BDA9A;
}
.AnyTagClassName
{
color: #6BDA9A;
}
</style>
background-color css
<style>
a { background-color: #6BDA9A; }
a { background-color: rgb(107,218,154); }
div.DivClassName
{
background-color: #6BDA9A;
}
.BgClassName
{
background-color: #6BDA9A;
}
</style>
border-color css
<style>
span { border-color: #6BDA9A; }
span { border-color: rgb(107,218,154); }
td.TdClassName
{
border-color: #6BDA9A;
}
.TagClassName
{
border-color: #6BDA9A;
}
</style>