Shades of Aquamarine #6BFFBB
Tints of Aquamarine #6BFFBB
RGB
CMYK
RGB Variations
Color information
#6BFFBB (or 0x6BFFBB) is known color: Aquamarine. HEX triplet: 6B, FF and BB. RGB value is (107,255,187). Sum of RGB (Red+Green+Blue) = 107+255+187=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFBB is #940044. Grayscale: #CBCBCB. Windows color (decimal): -9699397 or 12320619. OLE color: 12320619.
HSL color Cylindrical-coordinate representation of color #6BFFBB: hue angle of 152.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFBB is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 187 | - |
| CMYK | 0.58 | 0 | 0.27 | 0 |
| HSL | 152.43º | 1% | 0.71% | - |
| HSV(B) | 152.43º | 0.58% | 1% | - |
| XYZ | 50.79 | 78.23 | 59.44 | - |
| YUV | 203 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 187 | 0.58 | 0 | 0.27 | 0 | 152.43 | 1 | 0.71 |
| Hex | 6B | FF | BB | 3A | 0 | 1B | 0 | 98 | 64 | 47 |
| Octal | 153 | 377 | 273 | 72 | 0 | 33 | 0 | 230 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10111011 | 111010 | 0 | 11011 | 0 | 10011000 | 1100100 | 1000111 |
Color Harmonies of #6BFFBB
Complementary color
Monochromatic Colors of #6BFFBB
Black with #6BFFBB
Text Example
Text Example
White with #6BFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFBB; }
p { color: rgb(107,255,187); }
H1.HeaderClassName
{
color: #6BFFBB;
}
.AnyTagClassName
{
color: #6BFFBB;
}
</style>
background-color css
<style>
a { background-color: #6BFFBB; }
a { background-color: rgb(107,255,187); }
div.DivClassName
{
background-color: #6BFFBB;
}
.BgClassName
{
background-color: #6BFFBB;
}
</style>
border-color css
<style>
span { border-color: #6BFFBB; }
span { border-color: rgb(107,255,187); }
td.TdClassName
{
border-color: #6BFFBB;
}
.TagClassName
{
border-color: #6BFFBB;
}
</style>