Shades of Aquamarine #6BFFAB
Tints of Aquamarine #6BFFAB
RGB
CMYK
RGB Variations
Color information
#6BFFAB (or 0x6BFFAB) is known color: Aquamarine. HEX triplet: 6B, FF and AB. RGB value is (107,255,171). Sum of RGB (Red+Green+Blue) = 107+255+171=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFAB is #940054. Grayscale: #C9C9C9. Windows color (decimal): -9699413 or 11272043. OLE color: 11272043.
HSL color Cylindrical-coordinate representation of color #6BFFAB: hue angle of 145.95º 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 #6BFFAB is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 171 | - |
| CMYK | 0.58 | 0 | 0.33 | 0 |
| HSL | 145.95º | 1% | 0.71% | - |
| HSV(B) | 145.95º | 0.58% | 1% | - |
| XYZ | 49.17 | 77.59 | 50.91 | - |
| YUV | 201.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 171 | 0.58 | 0 | 0.33 | 0 | 145.95 | 1 | 0.71 |
| Hex | 6B | FF | AB | 3A | 0 | 21 | 0 | 92 | 64 | 47 |
| Octal | 153 | 377 | 253 | 72 | 0 | 41 | 0 | 222 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10101011 | 111010 | 0 | 100001 | 0 | 10010010 | 1100100 | 1000111 |
Color Harmonies of #6BFFAB
Complementary color
Monochromatic Colors of #6BFFAB
Black with #6BFFAB
Text Example
Text Example
White with #6BFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFAB; }
p { color: rgb(107,255,171); }
H1.HeaderClassName
{
color: #6BFFAB;
}
.AnyTagClassName
{
color: #6BFFAB;
}
</style>
background-color css
<style>
a { background-color: #6BFFAB; }
a { background-color: rgb(107,255,171); }
div.DivClassName
{
background-color: #6BFFAB;
}
.BgClassName
{
background-color: #6BFFAB;
}
</style>
border-color css
<style>
span { border-color: #6BFFAB; }
span { border-color: rgb(107,255,171); }
td.TdClassName
{
border-color: #6BFFAB;
}
.TagClassName
{
border-color: #6BFFAB;
}
</style>