Shades of Aquamarine #6BFFB6
Tints of Aquamarine #6BFFB6
RGB
CMYK
RGB Variations
Color information
#6BFFB6 (or 0x6BFFB6) is known color: Aquamarine. HEX triplet: 6B, FF and B6. RGB value is (107,255,182). Sum of RGB (Red+Green+Blue) = 107+255+182=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFB6 is #940049. Grayscale: #CACACA. Windows color (decimal): -9699402 or 11992939. OLE color: 11992939.
HSL color Cylindrical-coordinate representation of color #6BFFB6: hue angle of 150.41º 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 #6BFFB6 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 182 | - |
| CMYK | 0.58 | 0 | 0.29 | 0 |
| HSL | 150.41º | 1% | 0.71% | - |
| HSV(B) | 150.41º | 0.58% | 1% | - |
| XYZ | 50.27 | 78.02 | 56.67 | - |
| YUV | 202.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 182 | 0.58 | 0 | 0.29 | 0 | 150.41 | 1 | 0.71 |
| Hex | 6B | FF | B6 | 3A | 0 | 1D | 0 | 96 | 64 | 47 |
| Octal | 153 | 377 | 266 | 72 | 0 | 35 | 0 | 226 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10110110 | 111010 | 0 | 11101 | 0 | 10010110 | 1100100 | 1000111 |
Color Harmonies of #6BFFB6
Complementary color
Monochromatic Colors of #6BFFB6
Black with #6BFFB6
Text Example
Text Example
White with #6BFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFB6; }
p { color: rgb(107,255,182); }
H1.HeaderClassName
{
color: #6BFFB6;
}
.AnyTagClassName
{
color: #6BFFB6;
}
</style>
background-color css
<style>
a { background-color: #6BFFB6; }
a { background-color: rgb(107,255,182); }
div.DivClassName
{
background-color: #6BFFB6;
}
.BgClassName
{
background-color: #6BFFB6;
}
</style>
border-color css
<style>
span { border-color: #6BFFB6; }
span { border-color: rgb(107,255,182); }
td.TdClassName
{
border-color: #6BFFB6;
}
.TagClassName
{
border-color: #6BFFB6;
}
</style>