Shades of Aquamarine #6BFEAB
Tints of Aquamarine #6BFEAB
RGB
CMYK
RGB Variations
Color information
#6BFEAB (or 0x6BFEAB) is known color: Aquamarine. HEX triplet: 6B, FE and AB. RGB value is (107,254,171). Sum of RGB (Red+Green+Blue) = 107+254+171=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFEAB is #940154. Grayscale: #C8C8C8. Windows color (decimal): -9699669 or 11271787. OLE color: 11271787.
HSL color Cylindrical-coordinate representation of color #6BFEAB: hue angle of 146.12º 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 #6BFEAB is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 171 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.00 |
| HSL | 146.12º | 0.99% | 0.71% | - |
| HSV(B) | 146.12º | 0.58% | 1% | - |
| XYZ | 48.86 | 76.95 | 50.81 | - |
| YUV | 200.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 171 | 0.58 | 0 | 0.33 | 0.00 | 146.12 | 0.99 | 0.71 |
| Hex | 6B | FE | AB | 3A | 0 | 21 | 0 | 92 | 63 | 47 |
| Octal | 153 | 376 | 253 | 72 | 0 | 41 | 0 | 222 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10101011 | 111010 | 0 | 100001 | 0 | 10010010 | 1100011 | 1000111 |
Color Harmonies of #6BFEAB
Complementary color
Monochromatic Colors of #6BFEAB
Black with #6BFEAB
Text Example
Text Example
White with #6BFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEAB; }
p { color: rgb(107,254,171); }
H1.HeaderClassName
{
color: #6BFEAB;
}
.AnyTagClassName
{
color: #6BFEAB;
}
</style>
background-color css
<style>
a { background-color: #6BFEAB; }
a { background-color: rgb(107,254,171); }
div.DivClassName
{
background-color: #6BFEAB;
}
.BgClassName
{
background-color: #6BFEAB;
}
</style>
border-color css
<style>
span { border-color: #6BFEAB; }
span { border-color: rgb(107,254,171); }
td.TdClassName
{
border-color: #6BFEAB;
}
.TagClassName
{
border-color: #6BFEAB;
}
</style>