Shades of Aquamarine #6AFDD9
Tints of Aquamarine #6AFDD9
RGB
CMYK
RGB Variations
Color information
#6AFDD9 (or 0x6AFDD9) is known color: Aquamarine. HEX triplet: 6A, FD and D9. RGB value is (106,253,217). Sum of RGB (Red+Green+Blue) = 106+253+217=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDD9 is #950226. Grayscale: #CCCCCC. Windows color (decimal): -9765415 or 14286186. OLE color: 14286186.
HSL color Cylindrical-coordinate representation of color #6AFDD9: hue angle of 165.31º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDD9 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 217 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.01 |
| HSL | 165.31º | 0.97% | 0.7% | - |
| HSV(B) | 165.31º | 0.58% | 0.99% | - |
| XYZ | 53.59 | 78.32 | 77.94 | - |
| YUV | 204.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 217 | 0.58 | 0 | 0.14 | 0.01 | 165.31 | 0.97 | 0.7 |
| Hex | 6A | FD | D9 | 3A | 0 | E | 1 | A5 | 61 | 46 |
| Octal | 152 | 375 | 331 | 72 | 0 | 16 | 1 | 245 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11011001 | 111010 | 0 | 1110 | 1 | 10100101 | 1100001 | 1000110 |
Color Harmonies of #6AFDD9
Complementary color
Monochromatic Colors of #6AFDD9
Black with #6AFDD9
Text Example
Text Example
White with #6AFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDD9; }
p { color: rgb(106,253,217); }
H1.HeaderClassName
{
color: #6AFDD9;
}
.AnyTagClassName
{
color: #6AFDD9;
}
</style>
background-color css
<style>
a { background-color: #6AFDD9; }
a { background-color: rgb(106,253,217); }
div.DivClassName
{
background-color: #6AFDD9;
}
.BgClassName
{
background-color: #6AFDD9;
}
</style>
border-color css
<style>
span { border-color: #6AFDD9; }
span { border-color: rgb(106,253,217); }
td.TdClassName
{
border-color: #6AFDD9;
}
.TagClassName
{
border-color: #6AFDD9;
}
</style>