Shades of Aquamarine #6EF1BC
Tints of Aquamarine #6EF1BC
RGB
CMYK
RGB Variations
Color information
#6EF1BC (or 0x6EF1BC) is known color: Aquamarine. HEX triplet: 6E, F1 and BC. RGB value is (110,241,188). Sum of RGB (Red+Green+Blue) = 110+241+188=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1BC is #910E43. Grayscale: #C3C3C3. Windows color (decimal): -9506372 or 12382574. OLE color: 12382574.
HSL color Cylindrical-coordinate representation of color #6EF1BC: hue angle of 155.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1BC is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 188 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.05 |
| HSL | 155.73º | 0.82% | 0.69% | - |
| HSV(B) | 155.73º | 0.54% | 0.95% | - |
| XYZ | 46.96 | 69.86 | 58.59 | - |
| YUV | 195.79 | 123.6 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 188 | 0.54 | 0 | 0.22 | 0.05 | 155.73 | 0.82 | 0.69 |
| Hex | 6E | F1 | BC | 36 | 0 | 16 | 5 | 9C | 52 | 45 |
| Octal | 156 | 361 | 274 | 66 | 0 | 26 | 5 | 234 | 122 | 105 |
| Binary | 1101110 | 11110001 | 10111100 | 110110 | 0 | 10110 | 101 | 10011100 | 1010010 | 1000101 |
Color Harmonies of #6EF1BC
Complementary color
Monochromatic Colors of #6EF1BC
Black with #6EF1BC
Text Example
Text Example
White with #6EF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1BC; }
p { color: rgb(110,241,188); }
H1.HeaderClassName
{
color: #6EF1BC;
}
.AnyTagClassName
{
color: #6EF1BC;
}
</style>
background-color css
<style>
a { background-color: #6EF1BC; }
a { background-color: rgb(110,241,188); }
div.DivClassName
{
background-color: #6EF1BC;
}
.BgClassName
{
background-color: #6EF1BC;
}
</style>
border-color css
<style>
span { border-color: #6EF1BC; }
span { border-color: rgb(110,241,188); }
td.TdClassName
{
border-color: #6EF1BC;
}
.TagClassName
{
border-color: #6EF1BC;
}
</style>