Shades of Aquamarine #6BFFD9
Tints of Aquamarine #6BFFD9
RGB
CMYK
RGB Variations
Color information
#6BFFD9 (or 0x6BFFD9) is known color: Aquamarine. HEX triplet: 6B, FF and D9. RGB value is (107,255,217). Sum of RGB (Red+Green+Blue) = 107+255+217=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFD9 is #940026. Grayscale: #CECECE. Windows color (decimal): -9699367 or 14286699. OLE color: 14286699.
HSL color Cylindrical-coordinate representation of color #6BFFD9: hue angle of 164.59º 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 #6BFFD9 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 217 | - |
| CMYK | 0.58 | 0 | 0.15 | 0 |
| HSL | 164.59º | 1% | 0.71% | - |
| HSV(B) | 164.59º | 0.58% | 1% | - |
| XYZ | 54.35 | 79.66 | 78.16 | - |
| YUV | 206.42 | 133.97 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 217 | 0.58 | 0 | 0.15 | 0 | 164.59 | 1 | 0.71 |
| Hex | 6B | FF | D9 | 3A | 0 | F | 0 | A5 | 64 | 47 |
| Octal | 153 | 377 | 331 | 72 | 0 | 17 | 0 | 245 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11011001 | 111010 | 0 | 1111 | 0 | 10100101 | 1100100 | 1000111 |
Color Harmonies of #6BFFD9
Complementary color
Monochromatic Colors of #6BFFD9
Black with #6BFFD9
Text Example
Text Example
White with #6BFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFD9; }
p { color: rgb(107,255,217); }
H1.HeaderClassName
{
color: #6BFFD9;
}
.AnyTagClassName
{
color: #6BFFD9;
}
</style>
background-color css
<style>
a { background-color: #6BFFD9; }
a { background-color: rgb(107,255,217); }
div.DivClassName
{
background-color: #6BFFD9;
}
.BgClassName
{
background-color: #6BFFD9;
}
</style>
border-color css
<style>
span { border-color: #6BFFD9; }
span { border-color: rgb(107,255,217); }
td.TdClassName
{
border-color: #6BFFD9;
}
.TagClassName
{
border-color: #6BFFD9;
}
</style>