Shades of Aquamarine #6BF2BA
Tints of Aquamarine #6BF2BA
RGB
CMYK
RGB Variations
Color information
#6BF2BA (or 0x6BF2BA) is known color: Aquamarine. HEX triplet: 6B, F2 and BA. RGB value is (107,242,186). Sum of RGB (Red+Green+Blue) = 107+242+186=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2BA is #940D45. Grayscale: #C3C3C3. Windows color (decimal): -9702726 or 12251755. OLE color: 12251755.
HSL color Cylindrical-coordinate representation of color #6BF2BA: hue angle of 155.11º 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 #6BF2BA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 186 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.05 |
| HSL | 155.11º | 0.84% | 0.68% | - |
| HSV(B) | 155.11º | 0.56% | 0.95% | - |
| XYZ | 46.68 | 70.18 | 57.54 | - |
| YUV | 195.25 | 122.77 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 186 | 0.56 | 0 | 0.23 | 0.05 | 155.11 | 0.84 | 0.68 |
| Hex | 6B | F2 | BA | 38 | 0 | 17 | 5 | 9B | 54 | 44 |
| Octal | 153 | 362 | 272 | 70 | 0 | 27 | 5 | 233 | 124 | 104 |
| Binary | 1101011 | 11110010 | 10111010 | 111000 | 0 | 10111 | 101 | 10011011 | 1010100 | 1000100 |
Color Harmonies of #6BF2BA
Complementary color
Monochromatic Colors of #6BF2BA
Black with #6BF2BA
Text Example
Text Example
White with #6BF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2BA; }
p { color: rgb(107,242,186); }
H1.HeaderClassName
{
color: #6BF2BA;
}
.AnyTagClassName
{
color: #6BF2BA;
}
</style>
background-color css
<style>
a { background-color: #6BF2BA; }
a { background-color: rgb(107,242,186); }
div.DivClassName
{
background-color: #6BF2BA;
}
.BgClassName
{
background-color: #6BF2BA;
}
</style>
border-color css
<style>
span { border-color: #6BF2BA; }
span { border-color: rgb(107,242,186); }
td.TdClassName
{
border-color: #6BF2BA;
}
.TagClassName
{
border-color: #6BF2BA;
}
</style>