Shades of Aquamarine #6AFAC0
Tints of Aquamarine #6AFAC0
RGB
CMYK
RGB Variations
Color information
#6AFAC0 (or 0x6AFAC0) is known color: Aquamarine. HEX triplet: 6A, FA and C0. RGB value is (106,250,192). Sum of RGB (Red+Green+Blue) = 106+250+192=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAC0 is #95053F. Grayscale: #C8C8C8. Windows color (decimal): -9766208 or 12647018. OLE color: 12647018.
HSL color Cylindrical-coordinate representation of color #6AFAC0: hue angle of 155.83º 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 #6AFAC0 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 192 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.02 |
| HSL | 155.83º | 0.94% | 0.7% | - |
| HSV(B) | 155.83º | 0.58% | 0.98% | - |
| XYZ | 49.64 | 75.24 | 61.78 | - |
| YUV | 200.33 | 123.29 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 192 | 0.58 | 0 | 0.23 | 0.02 | 155.83 | 0.94 | 0.7 |
| Hex | 6A | FA | C0 | 3A | 0 | 17 | 2 | 9C | 5E | 46 |
| Octal | 152 | 372 | 300 | 72 | 0 | 27 | 2 | 234 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11000000 | 111010 | 0 | 10111 | 10 | 10011100 | 1011110 | 1000110 |
Color Harmonies of #6AFAC0
Complementary color
Monochromatic Colors of #6AFAC0
Black with #6AFAC0
Text Example
Text Example
White with #6AFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFAC0; }
p { color: rgb(106,250,192); }
H1.HeaderClassName
{
color: #6AFAC0;
}
.AnyTagClassName
{
color: #6AFAC0;
}
</style>
background-color css
<style>
a { background-color: #6AFAC0; }
a { background-color: rgb(106,250,192); }
div.DivClassName
{
background-color: #6AFAC0;
}
.BgClassName
{
background-color: #6AFAC0;
}
</style>
border-color css
<style>
span { border-color: #6AFAC0; }
span { border-color: rgb(106,250,192); }
td.TdClassName
{
border-color: #6AFAC0;
}
.TagClassName
{
border-color: #6AFAC0;
}
</style>