Shades of Aquamarine #6DF1BC
Tints of Aquamarine #6DF1BC
RGB
CMYK
RGB Variations
Color information
#6DF1BC (or 0x6DF1BC) is known color: Aquamarine. HEX triplet: 6D, F1 and BC. RGB value is (109,241,188). Sum of RGB (Red+Green+Blue) = 109+241+188=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1BC is #920E43. Grayscale: #C3C3C3. Windows color (decimal): -9571908 or 12382573. OLE color: 12382573.
HSL color Cylindrical-coordinate representation of color #6DF1BC: hue angle of 155.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1BC is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 188 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.05 |
| HSL | 155.91º | 0.83% | 0.69% | - |
| HSV(B) | 155.91º | 0.55% | 0.95% | - |
| XYZ | 46.84 | 69.79 | 58.58 | - |
| YUV | 195.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 188 | 0.55 | 0 | 0.22 | 0.05 | 155.91 | 0.83 | 0.69 |
| Hex | 6D | F1 | BC | 37 | 0 | 16 | 5 | 9C | 52 | 45 |
| Octal | 155 | 361 | 274 | 67 | 0 | 26 | 5 | 234 | 122 | 105 |
| Binary | 1101101 | 11110001 | 10111100 | 110111 | 0 | 10110 | 101 | 10011100 | 1010010 | 1000101 |
Color Harmonies of #6DF1BC
Complementary color
Monochromatic Colors of #6DF1BC
Black with #6DF1BC
Text Example
Text Example
White with #6DF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1BC; }
p { color: rgb(109,241,188); }
H1.HeaderClassName
{
color: #6DF1BC;
}
.AnyTagClassName
{
color: #6DF1BC;
}
</style>
background-color css
<style>
a { background-color: #6DF1BC; }
a { background-color: rgb(109,241,188); }
div.DivClassName
{
background-color: #6DF1BC;
}
.BgClassName
{
background-color: #6DF1BC;
}
</style>
border-color css
<style>
span { border-color: #6DF1BC; }
span { border-color: rgb(109,241,188); }
td.TdClassName
{
border-color: #6DF1BC;
}
.TagClassName
{
border-color: #6DF1BC;
}
</style>