Shades of Aquamarine #6BFAC6
Tints of Aquamarine #6BFAC6
RGB
CMYK
RGB Variations
Color information
#6BFAC6 (or 0x6BFAC6) is known color: Aquamarine. HEX triplet: 6B, FA and C6. RGB value is (107,250,198). Sum of RGB (Red+Green+Blue) = 107+250+198=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFAC6 is #940539. Grayscale: #C9C9C9. Windows color (decimal): -9700666 or 13040235. OLE color: 13040235.
HSL color Cylindrical-coordinate representation of color #6BFAC6: hue angle of 158.18º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAC6 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 198 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.02 |
| HSL | 158.18º | 0.93% | 0.7% | - |
| HSV(B) | 158.18º | 0.57% | 0.98% | - |
| XYZ | 50.44 | 75.57 | 65.35 | - |
| YUV | 201.32 | 126.12 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 198 | 0.57 | 0 | 0.21 | 0.02 | 158.18 | 0.93 | 0.7 |
| Hex | 6B | FA | C6 | 39 | 0 | 15 | 2 | 9E | 5D | 46 |
| Octal | 153 | 372 | 306 | 71 | 0 | 25 | 2 | 236 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11000110 | 111001 | 0 | 10101 | 10 | 10011110 | 1011101 | 1000110 |
Color Harmonies of #6BFAC6
Complementary color
Monochromatic Colors of #6BFAC6
Black with #6BFAC6
Text Example
Text Example
White with #6BFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAC6; }
p { color: rgb(107,250,198); }
H1.HeaderClassName
{
color: #6BFAC6;
}
.AnyTagClassName
{
color: #6BFAC6;
}
</style>
background-color css
<style>
a { background-color: #6BFAC6; }
a { background-color: rgb(107,250,198); }
div.DivClassName
{
background-color: #6BFAC6;
}
.BgClassName
{
background-color: #6BFAC6;
}
</style>
border-color css
<style>
span { border-color: #6BFAC6; }
span { border-color: rgb(107,250,198); }
td.TdClassName
{
border-color: #6BFAC6;
}
.TagClassName
{
border-color: #6BFAC6;
}
</style>