Shades of Aquamarine #6BFABB
Tints of Aquamarine #6BFABB
RGB
CMYK
RGB Variations
Color information
#6BFABB (or 0x6BFABB) is known color: Aquamarine. HEX triplet: 6B, FA and BB. RGB value is (107,250,187). Sum of RGB (Red+Green+Blue) = 107+250+187=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFABB is #940544. Grayscale: #C8C8C8. Windows color (decimal): -9700677 or 12319339. OLE color: 12319339.
HSL color Cylindrical-coordinate representation of color #6BFABB: hue angle of 153.57º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFABB is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 187 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.02 |
| HSL | 153.57º | 0.93% | 0.7% | - |
| HSV(B) | 153.57º | 0.57% | 0.98% | - |
| XYZ | 49.22 | 75.08 | 58.91 | - |
| YUV | 200.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 187 | 0.57 | 0 | 0.25 | 0.02 | 153.57 | 0.93 | 0.7 |
| Hex | 6B | FA | BB | 39 | 0 | 19 | 2 | 9A | 5D | 46 |
| Octal | 153 | 372 | 273 | 71 | 0 | 31 | 2 | 232 | 135 | 106 |
| Binary | 1101011 | 11111010 | 10111011 | 111001 | 0 | 11001 | 10 | 10011010 | 1011101 | 1000110 |
Color Harmonies of #6BFABB
Complementary color
Monochromatic Colors of #6BFABB
Black with #6BFABB
Text Example
Text Example
White with #6BFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFABB; }
p { color: rgb(107,250,187); }
H1.HeaderClassName
{
color: #6BFABB;
}
.AnyTagClassName
{
color: #6BFABB;
}
</style>
background-color css
<style>
a { background-color: #6BFABB; }
a { background-color: rgb(107,250,187); }
div.DivClassName
{
background-color: #6BFABB;
}
.BgClassName
{
background-color: #6BFABB;
}
</style>
border-color css
<style>
span { border-color: #6BFABB; }
span { border-color: rgb(107,250,187); }
td.TdClassName
{
border-color: #6BFABB;
}
.TagClassName
{
border-color: #6BFABB;
}
</style>