Shades of Aquamarine #6BFDAB
Tints of Aquamarine #6BFDAB
RGB
CMYK
RGB Variations
Color information
#6BFDAB (or 0x6BFDAB) is known color: Aquamarine. HEX triplet: 6B, FD and AB. RGB value is (107,253,171). Sum of RGB (Red+Green+Blue) = 107+253+171=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFDAB is #940254. Grayscale: #C8C8C8. Windows color (decimal): -9699925 or 11271531. OLE color: 11271531.
HSL color Cylindrical-coordinate representation of color #6BFDAB: hue angle of 146.3º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDAB is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 171 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.01 |
| HSL | 146.3º | 0.97% | 0.71% | - |
| HSV(B) | 146.3º | 0.58% | 0.99% | - |
| XYZ | 48.54 | 76.32 | 50.7 | - |
| YUV | 200 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 171 | 0.58 | 0 | 0.32 | 0.01 | 146.3 | 0.97 | 0.71 |
| Hex | 6B | FD | AB | 3A | 0 | 20 | 1 | 92 | 61 | 47 |
| Octal | 153 | 375 | 253 | 72 | 0 | 40 | 1 | 222 | 141 | 107 |
| Binary | 1101011 | 11111101 | 10101011 | 111010 | 0 | 100000 | 1 | 10010010 | 1100001 | 1000111 |
Color Harmonies of #6BFDAB
Complementary color
Monochromatic Colors of #6BFDAB
Black with #6BFDAB
Text Example
Text Example
White with #6BFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDAB; }
p { color: rgb(107,253,171); }
H1.HeaderClassName
{
color: #6BFDAB;
}
.AnyTagClassName
{
color: #6BFDAB;
}
</style>
background-color css
<style>
a { background-color: #6BFDAB; }
a { background-color: rgb(107,253,171); }
div.DivClassName
{
background-color: #6BFDAB;
}
.BgClassName
{
background-color: #6BFDAB;
}
</style>
border-color css
<style>
span { border-color: #6BFDAB; }
span { border-color: rgb(107,253,171); }
td.TdClassName
{
border-color: #6BFDAB;
}
.TagClassName
{
border-color: #6BFDAB;
}
</style>