Shades of Aquamarine #6DFFBF
Tints of Aquamarine #6DFFBF
RGB
CMYK
RGB Variations
Color information
#6DFFBF (or 0x6DFFBF) is known color: Aquamarine. HEX triplet: 6D, FF and BF. RGB value is (109,255,191). Sum of RGB (Red+Green+Blue) = 109+255+191=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFBF is #920040. Grayscale: #CCCCCC. Windows color (decimal): -9568321 or 12582765. OLE color: 12582765.
HSL color Cylindrical-coordinate representation of color #6DFFBF: hue angle of 153.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFBF is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 191 | - |
| CMYK | 0.57 | 0 | 0.25 | 0 |
| HSL | 153.7º | 1% | 0.71% | - |
| HSV(B) | 153.7º | 0.57% | 1% | - |
| XYZ | 51.47 | 78.53 | 61.74 | - |
| YUV | 204.05 | 120.63 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 191 | 0.57 | 0 | 0.25 | 0 | 153.7 | 1 | 0.71 |
| Hex | 6D | FF | BF | 39 | 0 | 19 | 0 | 9A | 64 | 47 |
| Octal | 155 | 377 | 277 | 71 | 0 | 31 | 0 | 232 | 144 | 107 |
| Binary | 1101101 | 11111111 | 10111111 | 111001 | 0 | 11001 | 0 | 10011010 | 1100100 | 1000111 |
Color Harmonies of #6DFFBF
Complementary color
Monochromatic Colors of #6DFFBF
Black with #6DFFBF
Text Example
Text Example
White with #6DFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFBF; }
p { color: rgb(109,255,191); }
H1.HeaderClassName
{
color: #6DFFBF;
}
.AnyTagClassName
{
color: #6DFFBF;
}
</style>
background-color css
<style>
a { background-color: #6DFFBF; }
a { background-color: rgb(109,255,191); }
div.DivClassName
{
background-color: #6DFFBF;
}
.BgClassName
{
background-color: #6DFFBF;
}
</style>
border-color css
<style>
span { border-color: #6DFFBF; }
span { border-color: rgb(109,255,191); }
td.TdClassName
{
border-color: #6DFFBF;
}
.TagClassName
{
border-color: #6DFFBF;
}
</style>