Shades of Aquamarine #6BFAC1
Tints of Aquamarine #6BFAC1
RGB
CMYK
RGB Variations
Color information
#6BFAC1 (or 0x6BFAC1) is known color: Aquamarine. HEX triplet: 6B, FA and C1. RGB value is (107,250,193). Sum of RGB (Red+Green+Blue) = 107+250+193=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFAC1 is #94053E. Grayscale: #C8C8C8. Windows color (decimal): -9700671 or 12712555. OLE color: 12712555.
HSL color Cylindrical-coordinate representation of color #6BFAC1: hue angle of 156.08º 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 #6BFAC1 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 193 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.02 |
| HSL | 156.08º | 0.93% | 0.7% | - |
| HSV(B) | 156.08º | 0.57% | 0.98% | - |
| XYZ | 49.87 | 75.35 | 62.37 | - |
| YUV | 200.75 | 123.62 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 193 | 0.57 | 0 | 0.23 | 0.02 | 156.08 | 0.93 | 0.7 |
| Hex | 6B | FA | C1 | 39 | 0 | 17 | 2 | 9C | 5D | 46 |
| Octal | 153 | 372 | 301 | 71 | 0 | 27 | 2 | 234 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11000001 | 111001 | 0 | 10111 | 10 | 10011100 | 1011101 | 1000110 |
Color Harmonies of #6BFAC1
Complementary color
Monochromatic Colors of #6BFAC1
Black with #6BFAC1
Text Example
Text Example
White with #6BFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAC1; }
p { color: rgb(107,250,193); }
H1.HeaderClassName
{
color: #6BFAC1;
}
.AnyTagClassName
{
color: #6BFAC1;
}
</style>
background-color css
<style>
a { background-color: #6BFAC1; }
a { background-color: rgb(107,250,193); }
div.DivClassName
{
background-color: #6BFAC1;
}
.BgClassName
{
background-color: #6BFAC1;
}
</style>
border-color css
<style>
span { border-color: #6BFAC1; }
span { border-color: rgb(107,250,193); }
td.TdClassName
{
border-color: #6BFAC1;
}
.TagClassName
{
border-color: #6BFAC1;
}
</style>