Shades of Aquamarine #6BF2D9
Tints of Aquamarine #6BF2D9
RGB
CMYK
RGB Variations
Color information
#6BF2D9 (or 0x6BF2D9) is known color: Aquamarine. HEX triplet: 6B, F2 and D9. RGB value is (107,242,217). Sum of RGB (Red+Green+Blue) = 107+242+217=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2D9 is #940D26. Grayscale: #C6C6C6. Windows color (decimal): -9702695 or 14283371. OLE color: 14283371.
HSL color Cylindrical-coordinate representation of color #6BF2D9: hue angle of 168.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2D9 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 217 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 168.89º | 0.84% | 0.68% | - |
| HSV(B) | 168.89º | 0.56% | 0.95% | - |
| XYZ | 50.34 | 71.64 | 76.82 | - |
| YUV | 198.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 217 | 0.56 | 0 | 0.10 | 0.05 | 168.89 | 0.84 | 0.68 |
| Hex | 6B | F2 | D9 | 38 | 0 | A | 5 | A9 | 54 | 44 |
| Octal | 153 | 362 | 331 | 70 | 0 | 12 | 5 | 251 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11011001 | 111000 | 0 | 1010 | 101 | 10101001 | 1010100 | 1000100 |
Color Harmonies of #6BF2D9
Complementary color
Monochromatic Colors of #6BF2D9
Black with #6BF2D9
Text Example
Text Example
White with #6BF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2D9; }
p { color: rgb(107,242,217); }
H1.HeaderClassName
{
color: #6BF2D9;
}
.AnyTagClassName
{
color: #6BF2D9;
}
</style>
background-color css
<style>
a { background-color: #6BF2D9; }
a { background-color: rgb(107,242,217); }
div.DivClassName
{
background-color: #6BF2D9;
}
.BgClassName
{
background-color: #6BF2D9;
}
</style>
border-color css
<style>
span { border-color: #6BF2D9; }
span { border-color: rgb(107,242,217); }
td.TdClassName
{
border-color: #6BF2D9;
}
.TagClassName
{
border-color: #6BF2D9;
}
</style>