Shades of Aquamarine #6BFFBE
Tints of Aquamarine #6BFFBE
RGB
CMYK
RGB Variations
Color information
#6BFFBE (or 0x6BFFBE) is known color: Aquamarine. HEX triplet: 6B, FF and BE. RGB value is (107,255,190). Sum of RGB (Red+Green+Blue) = 107+255+190=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFBE is #940041. Grayscale: #CBCBCB. Windows color (decimal): -9699394 or 12517227. OLE color: 12517227.
HSL color Cylindrical-coordinate representation of color #6BFFBE: hue angle of 153.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFBE is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 190 | - |
| CMYK | 0.58 | 0 | 0.25 | 0 |
| HSL | 153.65º | 1% | 0.71% | - |
| HSV(B) | 153.65º | 0.58% | 1% | - |
| XYZ | 51.12 | 78.36 | 61.15 | - |
| YUV | 203.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 190 | 0.58 | 0 | 0.25 | 0 | 153.65 | 1 | 0.71 |
| Hex | 6B | FF | BE | 3A | 0 | 19 | 0 | 9A | 64 | 47 |
| Octal | 153 | 377 | 276 | 72 | 0 | 31 | 0 | 232 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10111110 | 111010 | 0 | 11001 | 0 | 10011010 | 1100100 | 1000111 |
Color Harmonies of #6BFFBE
Complementary color
Monochromatic Colors of #6BFFBE
Black with #6BFFBE
Text Example
Text Example
White with #6BFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFBE; }
p { color: rgb(107,255,190); }
H1.HeaderClassName
{
color: #6BFFBE;
}
.AnyTagClassName
{
color: #6BFFBE;
}
</style>
background-color css
<style>
a { background-color: #6BFFBE; }
a { background-color: rgb(107,255,190); }
div.DivClassName
{
background-color: #6BFFBE;
}
.BgClassName
{
background-color: #6BFFBE;
}
</style>
border-color css
<style>
span { border-color: #6BFFBE; }
span { border-color: rgb(107,255,190); }
td.TdClassName
{
border-color: #6BFFBE;
}
.TagClassName
{
border-color: #6BFFBE;
}
</style>