Shades of Aquamarine #6AFFDA
Tints of Aquamarine #6AFFDA
RGB
CMYK
RGB Variations
Color information
#6AFFDA (or 0x6AFFDA) is known color: Aquamarine. HEX triplet: 6A, FF and DA. RGB value is (106,255,218). Sum of RGB (Red+Green+Blue) = 106+255+218=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFDA is #950025. Grayscale: #CECECE. Windows color (decimal): -9764902 or 14352234. OLE color: 14352234.
HSL color Cylindrical-coordinate representation of color #6AFFDA: hue angle of 165.1º 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 #6AFFDA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 218 | - |
| CMYK | 0.58 | 0 | 0.15 | 0 |
| HSL | 165.1º | 1% | 0.71% | - |
| HSV(B) | 165.1º | 0.58% | 1% | - |
| XYZ | 54.36 | 79.65 | 78.84 | - |
| YUV | 206.23 | 134.64 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 218 | 0.58 | 0 | 0.15 | 0 | 165.1 | 1 | 0.71 |
| Hex | 6A | FF | DA | 3A | 0 | F | 0 | A5 | 64 | 47 |
| Octal | 152 | 377 | 332 | 72 | 0 | 17 | 0 | 245 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11011010 | 111010 | 0 | 1111 | 0 | 10100101 | 1100100 | 1000111 |
Color Harmonies of #6AFFDA
Complementary color
Monochromatic Colors of #6AFFDA
Black with #6AFFDA
Text Example
Text Example
White with #6AFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFDA; }
p { color: rgb(106,255,218); }
H1.HeaderClassName
{
color: #6AFFDA;
}
.AnyTagClassName
{
color: #6AFFDA;
}
</style>
background-color css
<style>
a { background-color: #6AFFDA; }
a { background-color: rgb(106,255,218); }
div.DivClassName
{
background-color: #6AFFDA;
}
.BgClassName
{
background-color: #6AFFDA;
}
</style>
border-color css
<style>
span { border-color: #6AFFDA; }
span { border-color: rgb(106,255,218); }
td.TdClassName
{
border-color: #6AFFDA;
}
.TagClassName
{
border-color: #6AFFDA;
}
</style>