Shades of Aquamarine #6EF1BF
Tints of Aquamarine #6EF1BF
RGB
CMYK
RGB Variations
Color information
#6EF1BF (or 0x6EF1BF) is known color: Aquamarine. HEX triplet: 6E, F1 and BF. RGB value is (110,241,191). Sum of RGB (Red+Green+Blue) = 110+241+191=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1BF is #910E40. Grayscale: #C4C4C4. Windows color (decimal): -9506369 or 12579182. OLE color: 12579182.
HSL color Cylindrical-coordinate representation of color #6EF1BF: hue angle of 157.1º 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 #6EF1BF is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 191 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.05 |
| HSL | 157.1º | 0.82% | 0.69% | - |
| HSV(B) | 157.1º | 0.54% | 0.95% | - |
| XYZ | 47.29 | 69.99 | 60.31 | - |
| YUV | 196.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 191 | 0.54 | 0 | 0.21 | 0.05 | 157.1 | 0.82 | 0.69 |
| Hex | 6E | F1 | BF | 36 | 0 | 15 | 5 | 9D | 52 | 45 |
| Octal | 156 | 361 | 277 | 66 | 0 | 25 | 5 | 235 | 122 | 105 |
| Binary | 1101110 | 11110001 | 10111111 | 110110 | 0 | 10101 | 101 | 10011101 | 1010010 | 1000101 |
Color Harmonies of #6EF1BF
Complementary color
Monochromatic Colors of #6EF1BF
Black with #6EF1BF
Text Example
Text Example
White with #6EF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1BF; }
p { color: rgb(110,241,191); }
H1.HeaderClassName
{
color: #6EF1BF;
}
.AnyTagClassName
{
color: #6EF1BF;
}
</style>
background-color css
<style>
a { background-color: #6EF1BF; }
a { background-color: rgb(110,241,191); }
div.DivClassName
{
background-color: #6EF1BF;
}
.BgClassName
{
background-color: #6EF1BF;
}
</style>
border-color css
<style>
span { border-color: #6EF1BF; }
span { border-color: rgb(110,241,191); }
td.TdClassName
{
border-color: #6EF1BF;
}
.TagClassName
{
border-color: #6EF1BF;
}
</style>