Shades of Aquamarine #6BFEBC
Tints of Aquamarine #6BFEBC
RGB
CMYK
RGB Variations
Color information
#6BFEBC (or 0x6BFEBC) is known color: Aquamarine. HEX triplet: 6B, FE and BC. RGB value is (107,254,188). Sum of RGB (Red+Green+Blue) = 107+254+188=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEBC is #940143. Grayscale: #CACACA. Windows color (decimal): -9699652 or 12385899. OLE color: 12385899.
HSL color Cylindrical-coordinate representation of color #6BFEBC: hue angle of 153.06º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFEBC is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 188 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.00 |
| HSL | 153.06º | 0.99% | 0.71% | - |
| HSV(B) | 153.06º | 0.58% | 1% | - |
| XYZ | 50.58 | 77.64 | 59.9 | - |
| YUV | 202.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 188 | 0.58 | 0 | 0.26 | 0.00 | 153.06 | 0.99 | 0.71 |
| Hex | 6B | FE | BC | 3A | 0 | 1A | 0 | 99 | 63 | 47 |
| Octal | 153 | 376 | 274 | 72 | 0 | 32 | 0 | 231 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10111100 | 111010 | 0 | 11010 | 0 | 10011001 | 1100011 | 1000111 |
Color Harmonies of #6BFEBC
Complementary color
Monochromatic Colors of #6BFEBC
Black with #6BFEBC
Text Example
Text Example
White with #6BFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEBC; }
p { color: rgb(107,254,188); }
H1.HeaderClassName
{
color: #6BFEBC;
}
.AnyTagClassName
{
color: #6BFEBC;
}
</style>
background-color css
<style>
a { background-color: #6BFEBC; }
a { background-color: rgb(107,254,188); }
div.DivClassName
{
background-color: #6BFEBC;
}
.BgClassName
{
background-color: #6BFEBC;
}
</style>
border-color css
<style>
span { border-color: #6BFEBC; }
span { border-color: rgb(107,254,188); }
td.TdClassName
{
border-color: #6BFEBC;
}
.TagClassName
{
border-color: #6BFEBC;
}
</style>