Shades of Aquamarine #6BF6BC
Tints of Aquamarine #6BF6BC
RGB
CMYK
RGB Variations
Color information
#6BF6BC (or 0x6BF6BC) is known color: Aquamarine. HEX triplet: 6B, F6 and BC. RGB value is (107,246,188). Sum of RGB (Red+Green+Blue) = 107+246+188=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF6BC is #940943. Grayscale: #C5C5C5. Windows color (decimal): -9701700 or 12383851. OLE color: 12383851.
HSL color Cylindrical-coordinate representation of color #6BF6BC: hue angle of 154.96º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF6BC is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 246 | 188 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.04 |
| HSL | 154.96º | 0.89% | 0.69% | - |
| HSV(B) | 154.96º | 0.57% | 0.96% | - |
| XYZ | 48.1 | 72.67 | 59.07 | - |
| YUV | 197.83 | 122.45 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 246 | 188 | 0.57 | 0 | 0.24 | 0.04 | 154.96 | 0.89 | 0.69 |
| Hex | 6B | F6 | BC | 39 | 0 | 18 | 4 | 9B | 59 | 45 |
| Octal | 153 | 366 | 274 | 71 | 0 | 30 | 4 | 233 | 131 | 105 |
| Binary | 1101011 | 11110110 | 10111100 | 111001 | 0 | 11000 | 100 | 10011011 | 1011001 | 1000101 |
Color Harmonies of #6BF6BC
Complementary color
Monochromatic Colors of #6BF6BC
Black with #6BF6BC
Text Example
Text Example
White with #6BF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF6BC; }
p { color: rgb(107,246,188); }
H1.HeaderClassName
{
color: #6BF6BC;
}
.AnyTagClassName
{
color: #6BF6BC;
}
</style>
background-color css
<style>
a { background-color: #6BF6BC; }
a { background-color: rgb(107,246,188); }
div.DivClassName
{
background-color: #6BF6BC;
}
.BgClassName
{
background-color: #6BF6BC;
}
</style>
border-color css
<style>
span { border-color: #6BF6BC; }
span { border-color: rgb(107,246,188); }
td.TdClassName
{
border-color: #6BF6BC;
}
.TagClassName
{
border-color: #6BF6BC;
}
</style>