Shades of Aquamarine #6BFFC6
Tints of Aquamarine #6BFFC6
RGB
CMYK
RGB Variations
Color information
#6BFFC6 (or 0x6BFFC6) is known color: Aquamarine. HEX triplet: 6B, FF and C6. RGB value is (107,255,198). Sum of RGB (Red+Green+Blue) = 107+255+198=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFC6 is #940039. Grayscale: #CCCCCC. Windows color (decimal): -9699386 or 13041515. OLE color: 13041515.
HSL color Cylindrical-coordinate representation of color #6BFFC6: hue angle of 156.89º 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 #6BFFC6 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 198 | - |
| CMYK | 0.58 | 0 | 0.22 | 0 |
| HSL | 156.89º | 1% | 0.71% | - |
| HSV(B) | 156.89º | 0.58% | 1% | - |
| XYZ | 52.02 | 78.72 | 65.88 | - |
| YUV | 204.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 198 | 0.58 | 0 | 0.22 | 0 | 156.89 | 1 | 0.71 |
| Hex | 6B | FF | C6 | 3A | 0 | 16 | 0 | 9D | 64 | 47 |
| Octal | 153 | 377 | 306 | 72 | 0 | 26 | 0 | 235 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11000110 | 111010 | 0 | 10110 | 0 | 10011101 | 1100100 | 1000111 |
Color Harmonies of #6BFFC6
Complementary color
Monochromatic Colors of #6BFFC6
Black with #6BFFC6
Text Example
Text Example
White with #6BFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFC6; }
p { color: rgb(107,255,198); }
H1.HeaderClassName
{
color: #6BFFC6;
}
.AnyTagClassName
{
color: #6BFFC6;
}
</style>
background-color css
<style>
a { background-color: #6BFFC6; }
a { background-color: rgb(107,255,198); }
div.DivClassName
{
background-color: #6BFFC6;
}
.BgClassName
{
background-color: #6BFFC6;
}
</style>
border-color css
<style>
span { border-color: #6BFFC6; }
span { border-color: rgb(107,255,198); }
td.TdClassName
{
border-color: #6BFFC6;
}
.TagClassName
{
border-color: #6BFFC6;
}
</style>