Shades of Aquamarine #6AFFCD
Tints of Aquamarine #6AFFCD
RGB
CMYK
RGB Variations
Color information
#6AFFCD (or 0x6AFFCD) is known color: Aquamarine. HEX triplet: 6A, FF and CD. RGB value is (106,255,205). Sum of RGB (Red+Green+Blue) = 106+255+205=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFCD is #950032. Grayscale: #CCCCCC. Windows color (decimal): -9764915 or 13500266. OLE color: 13500266.
HSL color Cylindrical-coordinate representation of color #6AFFCD: hue angle of 159.87º 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 #6AFFCD is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 205 | - |
| CMYK | 0.58 | 0 | 0.20 | 0 |
| HSL | 159.87º | 1% | 0.71% | - |
| HSV(B) | 159.87º | 0.58% | 1% | - |
| XYZ | 52.72 | 78.99 | 70.23 | - |
| YUV | 204.75 | 128.14 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 205 | 0.58 | 0 | 0.20 | 0 | 159.87 | 1 | 0.71 |
| Hex | 6A | FF | CD | 3A | 0 | 14 | 0 | A0 | 64 | 47 |
| Octal | 152 | 377 | 315 | 72 | 0 | 24 | 0 | 240 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11001101 | 111010 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000111 |
Color Harmonies of #6AFFCD
Complementary color
Monochromatic Colors of #6AFFCD
Black with #6AFFCD
Text Example
Text Example
White with #6AFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFCD; }
p { color: rgb(106,255,205); }
H1.HeaderClassName
{
color: #6AFFCD;
}
.AnyTagClassName
{
color: #6AFFCD;
}
</style>
background-color css
<style>
a { background-color: #6AFFCD; }
a { background-color: rgb(106,255,205); }
div.DivClassName
{
background-color: #6AFFCD;
}
.BgClassName
{
background-color: #6AFFCD;
}
</style>
border-color css
<style>
span { border-color: #6AFFCD; }
span { border-color: rgb(106,255,205); }
td.TdClassName
{
border-color: #6AFFCD;
}
.TagClassName
{
border-color: #6AFFCD;
}
</style>