Shades of Aquamarine #6BF7BB
Tints of Aquamarine #6BF7BB
RGB
CMYK
RGB Variations
Color information
#6BF7BB (or 0x6BF7BB) is known color: Aquamarine. HEX triplet: 6B, F7 and BB. RGB value is (107,247,187). Sum of RGB (Red+Green+Blue) = 107+247+187=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #6BF7BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF7BB is #940844. Grayscale: #C6C6C6. Windows color (decimal): -9701445 or 12318571. OLE color: 12318571.
HSL color Cylindrical-coordinate representation of color #6BF7BB: hue angle of 154.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF7BB is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 247 | 187 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.03 |
| HSL | 154.29º | 0.9% | 0.69% | - |
| HSV(B) | 154.29º | 0.57% | 0.97% | - |
| XYZ | 48.29 | 73.24 | 58.6 | - |
| YUV | 198.3 | 121.62 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 247 | 187 | 0.57 | 0 | 0.24 | 0.03 | 154.29 | 0.9 | 0.69 |
| Hex | 6B | F7 | BB | 39 | 0 | 18 | 3 | 9A | 5A | 45 |
| Octal | 153 | 367 | 273 | 71 | 0 | 30 | 3 | 232 | 132 | 105 |
| Binary | 1101011 | 11110111 | 10111011 | 111001 | 0 | 11000 | 11 | 10011010 | 1011010 | 1000101 |
Color Harmonies of #6BF7BB
Complementary color
Monochromatic Colors of #6BF7BB
Black with #6BF7BB
Text Example
Text Example
White with #6BF7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF7BB; }
p { color: rgb(107,247,187); }
H1.HeaderClassName
{
color: #6BF7BB;
}
.AnyTagClassName
{
color: #6BF7BB;
}
</style>
background-color css
<style>
a { background-color: #6BF7BB; }
a { background-color: rgb(107,247,187); }
div.DivClassName
{
background-color: #6BF7BB;
}
.BgClassName
{
background-color: #6BF7BB;
}
</style>
border-color css
<style>
span { border-color: #6BF7BB; }
span { border-color: rgb(107,247,187); }
td.TdClassName
{
border-color: #6BF7BB;
}
.TagClassName
{
border-color: #6BF7BB;
}
</style>