Shades of Aquamarine #6AFAC1
Tints of Aquamarine #6AFAC1
RGB
CMYK
RGB Variations
Color information
#6AFAC1 (or 0x6AFAC1) is known color: Aquamarine. HEX triplet: 6A, FA and C1. RGB value is (106,250,193). Sum of RGB (Red+Green+Blue) = 106+250+193=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAC1 is #95053E. Grayscale: #C8C8C8. Windows color (decimal): -9766207 or 12712554. OLE color: 12712554.
HSL color Cylindrical-coordinate representation of color #6AFAC1: hue angle of 156.25º 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 #6AFAC1 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 193 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.02 |
| HSL | 156.25º | 0.94% | 0.7% | - |
| HSV(B) | 156.25º | 0.58% | 0.98% | - |
| XYZ | 49.76 | 75.29 | 62.36 | - |
| YUV | 200.45 | 123.79 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 193 | 0.58 | 0 | 0.23 | 0.02 | 156.25 | 0.94 | 0.7 |
| Hex | 6A | FA | C1 | 3A | 0 | 17 | 2 | 9C | 5E | 46 |
| Octal | 152 | 372 | 301 | 72 | 0 | 27 | 2 | 234 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11000001 | 111010 | 0 | 10111 | 10 | 10011100 | 1011110 | 1000110 |
Color Harmonies of #6AFAC1
Complementary color
Monochromatic Colors of #6AFAC1
Black with #6AFAC1
Text Example
Text Example
White with #6AFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFAC1; }
p { color: rgb(106,250,193); }
H1.HeaderClassName
{
color: #6AFAC1;
}
.AnyTagClassName
{
color: #6AFAC1;
}
</style>
background-color css
<style>
a { background-color: #6AFAC1; }
a { background-color: rgb(106,250,193); }
div.DivClassName
{
background-color: #6AFAC1;
}
.BgClassName
{
background-color: #6AFAC1;
}
</style>
border-color css
<style>
span { border-color: #6AFAC1; }
span { border-color: rgb(106,250,193); }
td.TdClassName
{
border-color: #6AFAC1;
}
.TagClassName
{
border-color: #6AFAC1;
}
</style>