Shades of Aquamarine #6BFEBA
Tints of Aquamarine #6BFEBA
RGB
CMYK
RGB Variations
Color information
#6BFEBA (or 0x6BFEBA) is known color: Aquamarine. HEX triplet: 6B, FE and BA. RGB value is (107,254,186). Sum of RGB (Red+Green+Blue) = 107+254+186=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEBA is #940145. Grayscale: #CACACA. Windows color (decimal): -9699654 or 12254827. OLE color: 12254827.
HSL color Cylindrical-coordinate representation of color #6BFEBA: hue angle of 152.24º 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 #6BFEBA is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 186 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.00 |
| HSL | 152.24º | 0.99% | 0.71% | - |
| HSV(B) | 152.24º | 0.58% | 1% | - |
| XYZ | 50.37 | 77.55 | 58.77 | - |
| YUV | 202.3 | 118.8 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 186 | 0.58 | 0 | 0.27 | 0.00 | 152.24 | 0.99 | 0.71 |
| Hex | 6B | FE | BA | 3A | 0 | 1B | 0 | 98 | 63 | 47 |
| Octal | 153 | 376 | 272 | 72 | 0 | 33 | 0 | 230 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10111010 | 111010 | 0 | 11011 | 0 | 10011000 | 1100011 | 1000111 |
Color Harmonies of #6BFEBA
Complementary color
Monochromatic Colors of #6BFEBA
Black with #6BFEBA
Text Example
Text Example
White with #6BFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEBA; }
p { color: rgb(107,254,186); }
H1.HeaderClassName
{
color: #6BFEBA;
}
.AnyTagClassName
{
color: #6BFEBA;
}
</style>
background-color css
<style>
a { background-color: #6BFEBA; }
a { background-color: rgb(107,254,186); }
div.DivClassName
{
background-color: #6BFEBA;
}
.BgClassName
{
background-color: #6BFEBA;
}
</style>
border-color css
<style>
span { border-color: #6BFEBA; }
span { border-color: rgb(107,254,186); }
td.TdClassName
{
border-color: #6BFEBA;
}
.TagClassName
{
border-color: #6BFEBA;
}
</style>