Shades of Aquamarine #6AFFD9
Tints of Aquamarine #6AFFD9
RGB
CMYK
RGB Variations
Color information
#6AFFD9 (or 0x6AFFD9) is known color: Aquamarine. HEX triplet: 6A, FF and D9. RGB value is (106,255,217). Sum of RGB (Red+Green+Blue) = 106+255+217=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFD9 is #950026. Grayscale: #CECECE. Windows color (decimal): -9764903 or 14286698. OLE color: 14286698.
HSL color Cylindrical-coordinate representation of color #6AFFD9: hue angle of 164.7º 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 #6AFFD9 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 217 | - |
| CMYK | 0.58 | 0 | 0.15 | 0 |
| HSL | 164.7º | 1% | 0.71% | - |
| HSV(B) | 164.7º | 0.58% | 1% | - |
| XYZ | 54.23 | 79.59 | 78.15 | - |
| YUV | 206.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 217 | 0.58 | 0 | 0.15 | 0 | 164.7 | 1 | 0.71 |
| Hex | 6A | FF | D9 | 3A | 0 | F | 0 | A5 | 64 | 47 |
| Octal | 152 | 377 | 331 | 72 | 0 | 17 | 0 | 245 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11011001 | 111010 | 0 | 1111 | 0 | 10100101 | 1100100 | 1000111 |
Color Harmonies of #6AFFD9
Complementary color
Monochromatic Colors of #6AFFD9
Black with #6AFFD9
Text Example
Text Example
White with #6AFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFD9; }
p { color: rgb(106,255,217); }
H1.HeaderClassName
{
color: #6AFFD9;
}
.AnyTagClassName
{
color: #6AFFD9;
}
</style>
background-color css
<style>
a { background-color: #6AFFD9; }
a { background-color: rgb(106,255,217); }
div.DivClassName
{
background-color: #6AFFD9;
}
.BgClassName
{
background-color: #6AFFD9;
}
</style>
border-color css
<style>
span { border-color: #6AFFD9; }
span { border-color: rgb(106,255,217); }
td.TdClassName
{
border-color: #6AFFD9;
}
.TagClassName
{
border-color: #6AFFD9;
}
</style>