Shades of Aquamarine #6BFABC
Tints of Aquamarine #6BFABC
RGB
CMYK
RGB Variations
Color information
#6BFABC (or 0x6BFABC) is known color: Aquamarine. HEX triplet: 6B, FA and BC. RGB value is (107,250,188). Sum of RGB (Red+Green+Blue) = 107+250+188=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFABC is #940543. Grayscale: #C8C8C8. Windows color (decimal): -9700676 or 12384875. OLE color: 12384875.
HSL color Cylindrical-coordinate representation of color #6BFABC: hue angle of 153.99º 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 #6BFABC is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 188 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.02 |
| HSL | 153.99º | 0.93% | 0.7% | - |
| HSV(B) | 153.99º | 0.57% | 0.98% | - |
| XYZ | 49.33 | 75.13 | 59.48 | - |
| YUV | 200.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 188 | 0.57 | 0 | 0.25 | 0.02 | 153.99 | 0.93 | 0.7 |
| Hex | 6B | FA | BC | 39 | 0 | 19 | 2 | 9A | 5D | 46 |
| Octal | 153 | 372 | 274 | 71 | 0 | 31 | 2 | 232 | 135 | 106 |
| Binary | 1101011 | 11111010 | 10111100 | 111001 | 0 | 11001 | 10 | 10011010 | 1011101 | 1000110 |
Color Harmonies of #6BFABC
Complementary color
Monochromatic Colors of #6BFABC
Black with #6BFABC
Text Example
Text Example
White with #6BFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFABC; }
p { color: rgb(107,250,188); }
H1.HeaderClassName
{
color: #6BFABC;
}
.AnyTagClassName
{
color: #6BFABC;
}
</style>
background-color css
<style>
a { background-color: #6BFABC; }
a { background-color: rgb(107,250,188); }
div.DivClassName
{
background-color: #6BFABC;
}
.BgClassName
{
background-color: #6BFABC;
}
</style>
border-color css
<style>
span { border-color: #6BFABC; }
span { border-color: rgb(107,250,188); }
td.TdClassName
{
border-color: #6BFABC;
}
.TagClassName
{
border-color: #6BFABC;
}
</style>