Shades of Aquamarine #6BFAC3
Tints of Aquamarine #6BFAC3
RGB
CMYK
RGB Variations
Color information
#6BFAC3 (or 0x6BFAC3) is known color: Aquamarine. HEX triplet: 6B, FA and C3. RGB value is (107,250,195). Sum of RGB (Red+Green+Blue) = 107+250+195=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFAC3 is #94053C. Grayscale: #C9C9C9. Windows color (decimal): -9700669 or 12843627. OLE color: 12843627.
HSL color Cylindrical-coordinate representation of color #6BFAC3: hue angle of 156.92º 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 #6BFAC3 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 195 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.02 |
| HSL | 156.92º | 0.93% | 0.7% | - |
| HSV(B) | 156.92º | 0.57% | 0.98% | - |
| XYZ | 50.1 | 75.44 | 63.55 | - |
| YUV | 200.97 | 124.62 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 195 | 0.57 | 0 | 0.22 | 0.02 | 156.92 | 0.93 | 0.7 |
| Hex | 6B | FA | C3 | 39 | 0 | 16 | 2 | 9D | 5D | 46 |
| Octal | 153 | 372 | 303 | 71 | 0 | 26 | 2 | 235 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11000011 | 111001 | 0 | 10110 | 10 | 10011101 | 1011101 | 1000110 |
Color Harmonies of #6BFAC3
Complementary color
Monochromatic Colors of #6BFAC3
Black with #6BFAC3
Text Example
Text Example
White with #6BFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAC3; }
p { color: rgb(107,250,195); }
H1.HeaderClassName
{
color: #6BFAC3;
}
.AnyTagClassName
{
color: #6BFAC3;
}
</style>
background-color css
<style>
a { background-color: #6BFAC3; }
a { background-color: rgb(107,250,195); }
div.DivClassName
{
background-color: #6BFAC3;
}
.BgClassName
{
background-color: #6BFAC3;
}
</style>
border-color css
<style>
span { border-color: #6BFAC3; }
span { border-color: rgb(107,250,195); }
td.TdClassName
{
border-color: #6BFAC3;
}
.TagClassName
{
border-color: #6BFAC3;
}
</style>