Shades of Aquamarine #6BFACF
Tints of Aquamarine #6BFACF
RGB
CMYK
RGB Variations
Color information
#6BFACF (or 0x6BFACF) is known color: Aquamarine. HEX triplet: 6B, FA and CF. RGB value is (107,250,207). Sum of RGB (Red+Green+Blue) = 107+250+207=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFACF is #940530. Grayscale: #CACACA. Windows color (decimal): -9700657 or 13630059. OLE color: 13630059.
HSL color Cylindrical-coordinate representation of color #6BFACF: hue angle of 161.96º 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 #6BFACF is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 207 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.02 |
| HSL | 161.96º | 0.93% | 0.7% | - |
| HSV(B) | 161.96º | 0.57% | 0.98% | - |
| XYZ | 51.51 | 76 | 70.99 | - |
| YUV | 202.34 | 130.62 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 207 | 0.57 | 0 | 0.17 | 0.02 | 161.96 | 0.93 | 0.7 |
| Hex | 6B | FA | CF | 39 | 0 | 11 | 2 | A2 | 5D | 46 |
| Octal | 153 | 372 | 317 | 71 | 0 | 21 | 2 | 242 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11001111 | 111001 | 0 | 10001 | 10 | 10100010 | 1011101 | 1000110 |
Color Harmonies of #6BFACF
Complementary color
Monochromatic Colors of #6BFACF
Black with #6BFACF
Text Example
Text Example
White with #6BFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFACF; }
p { color: rgb(107,250,207); }
H1.HeaderClassName
{
color: #6BFACF;
}
.AnyTagClassName
{
color: #6BFACF;
}
</style>
background-color css
<style>
a { background-color: #6BFACF; }
a { background-color: rgb(107,250,207); }
div.DivClassName
{
background-color: #6BFACF;
}
.BgClassName
{
background-color: #6BFACF;
}
</style>
border-color css
<style>
span { border-color: #6BFACF; }
span { border-color: rgb(107,250,207); }
td.TdClassName
{
border-color: #6BFACF;
}
.TagClassName
{
border-color: #6BFACF;
}
</style>