Shades of Aquamarine #6AFFC0
Tints of Aquamarine #6AFFC0
RGB
CMYK
RGB Variations
Color information
#6AFFC0 (or 0x6AFFC0) is known color: Aquamarine. HEX triplet: 6A, FF and C0. RGB value is (106,255,192). Sum of RGB (Red+Green+Blue) = 106+255+192=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFC0 is #95003F. Grayscale: #CBCBCB. Windows color (decimal): -9764928 or 12648298. OLE color: 12648298.
HSL color Cylindrical-coordinate representation of color #6AFFC0: hue angle of 154.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFC0 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 192 | - |
| CMYK | 0.58 | 0 | 0.25 | 0 |
| HSL | 154.63º | 1% | 0.71% | - |
| HSV(B) | 154.63º | 0.58% | 1% | - |
| XYZ | 51.22 | 78.39 | 62.3 | - |
| YUV | 203.27 | 121.64 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 192 | 0.58 | 0 | 0.25 | 0 | 154.63 | 1 | 0.71 |
| Hex | 6A | FF | C0 | 3A | 0 | 19 | 0 | 9B | 64 | 47 |
| Octal | 152 | 377 | 300 | 72 | 0 | 31 | 0 | 233 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11000000 | 111010 | 0 | 11001 | 0 | 10011011 | 1100100 | 1000111 |
Color Harmonies of #6AFFC0
Complementary color
Monochromatic Colors of #6AFFC0
Black with #6AFFC0
Text Example
Text Example
White with #6AFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFC0; }
p { color: rgb(106,255,192); }
H1.HeaderClassName
{
color: #6AFFC0;
}
.AnyTagClassName
{
color: #6AFFC0;
}
</style>
background-color css
<style>
a { background-color: #6AFFC0; }
a { background-color: rgb(106,255,192); }
div.DivClassName
{
background-color: #6AFFC0;
}
.BgClassName
{
background-color: #6AFFC0;
}
</style>
border-color css
<style>
span { border-color: #6AFFC0; }
span { border-color: rgb(106,255,192); }
td.TdClassName
{
border-color: #6AFFC0;
}
.TagClassName
{
border-color: #6AFFC0;
}
</style>