Shades of Aquamarine #6AFACF
Tints of Aquamarine #6AFACF
RGB
CMYK
RGB Variations
Color information
#6AFACF (or 0x6AFACF) is known color: Aquamarine. HEX triplet: 6A, FA and CF. RGB value is (106,250,207). Sum of RGB (Red+Green+Blue) = 106+250+207=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFACF is #950530. Grayscale: #CACACA. Windows color (decimal): -9766193 or 13630058. OLE color: 13630058.
HSL color Cylindrical-coordinate representation of color #6AFACF: hue angle of 162.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFACF is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 207 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.02 |
| HSL | 162.08º | 0.94% | 0.7% | - |
| HSV(B) | 162.08º | 0.58% | 0.98% | - |
| XYZ | 51.39 | 75.94 | 70.98 | - |
| YUV | 202.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 207 | 0.58 | 0 | 0.17 | 0.02 | 162.08 | 0.94 | 0.7 |
| Hex | 6A | FA | CF | 3A | 0 | 11 | 2 | A2 | 5E | 46 |
| Octal | 152 | 372 | 317 | 72 | 0 | 21 | 2 | 242 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11001111 | 111010 | 0 | 10001 | 10 | 10100010 | 1011110 | 1000110 |
Color Harmonies of #6AFACF
Complementary color
Monochromatic Colors of #6AFACF
Black with #6AFACF
Text Example
Text Example
White with #6AFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFACF; }
p { color: rgb(106,250,207); }
H1.HeaderClassName
{
color: #6AFACF;
}
.AnyTagClassName
{
color: #6AFACF;
}
</style>
background-color css
<style>
a { background-color: #6AFACF; }
a { background-color: rgb(106,250,207); }
div.DivClassName
{
background-color: #6AFACF;
}
.BgClassName
{
background-color: #6AFACF;
}
</style>
border-color css
<style>
span { border-color: #6AFACF; }
span { border-color: rgb(106,250,207); }
td.TdClassName
{
border-color: #6AFACF;
}
.TagClassName
{
border-color: #6AFACF;
}
</style>