Shades of Aquamarine #6BF2BC
Tints of Aquamarine #6BF2BC
RGB
CMYK
RGB Variations
Color information
#6BF2BC (or 0x6BF2BC) is known color: Aquamarine. HEX triplet: 6B, F2 and BC. RGB value is (107,242,188). Sum of RGB (Red+Green+Blue) = 107+242+188=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2BC is #940D43. Grayscale: #C3C3C3. Windows color (decimal): -9702724 or 12382827. OLE color: 12382827.
HSL color Cylindrical-coordinate representation of color #6BF2BC: hue angle of 156º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2BC is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 188 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.05 |
| HSL | 156º | 0.84% | 0.68% | - |
| HSV(B) | 156º | 0.56% | 0.95% | - |
| XYZ | 46.89 | 70.26 | 58.67 | - |
| YUV | 195.48 | 123.77 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 188 | 0.56 | 0 | 0.22 | 0.05 | 156 | 0.84 | 0.68 |
| Hex | 6B | F2 | BC | 38 | 0 | 16 | 5 | 9C | 54 | 44 |
| Octal | 153 | 362 | 274 | 70 | 0 | 26 | 5 | 234 | 124 | 104 |
| Binary | 1101011 | 11110010 | 10111100 | 111000 | 0 | 10110 | 101 | 10011100 | 1010100 | 1000100 |
Color Harmonies of #6BF2BC
Complementary color
Monochromatic Colors of #6BF2BC
Black with #6BF2BC
Text Example
Text Example
White with #6BF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2BC; }
p { color: rgb(107,242,188); }
H1.HeaderClassName
{
color: #6BF2BC;
}
.AnyTagClassName
{
color: #6BF2BC;
}
</style>
background-color css
<style>
a { background-color: #6BF2BC; }
a { background-color: rgb(107,242,188); }
div.DivClassName
{
background-color: #6BF2BC;
}
.BgClassName
{
background-color: #6BF2BC;
}
</style>
border-color css
<style>
span { border-color: #6BF2BC; }
span { border-color: rgb(107,242,188); }
td.TdClassName
{
border-color: #6BF2BC;
}
.TagClassName
{
border-color: #6BF2BC;
}
</style>