Shades of Aquamarine #6AFADD
Tints of Aquamarine #6AFADD
RGB
CMYK
RGB Variations
Color information
#6AFADD (or 0x6AFADD) is known color: Aquamarine. HEX triplet: 6A, FA and DD. RGB value is (106,250,221). Sum of RGB (Red+Green+Blue) = 106+250+221=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFADD is #950522. Grayscale: #CBCBCB. Windows color (decimal): -9766179 or 14547562. OLE color: 14547562.
HSL color Cylindrical-coordinate representation of color #6AFADD: hue angle of 167.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFADD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 221 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.02 |
| HSL | 167.92º | 0.94% | 0.7% | - |
| HSV(B) | 167.92º | 0.58% | 0.98% | - |
| XYZ | 53.18 | 76.66 | 80.4 | - |
| YUV | 203.64 | 137.79 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 221 | 0.58 | 0 | 0.12 | 0.02 | 167.92 | 0.94 | 0.7 |
| Hex | 6A | FA | DD | 3A | 0 | C | 2 | A8 | 5E | 46 |
| Octal | 152 | 372 | 335 | 72 | 0 | 14 | 2 | 250 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11011101 | 111010 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000110 |
Color Harmonies of #6AFADD
Complementary color
Monochromatic Colors of #6AFADD
Black with #6AFADD
Text Example
Text Example
White with #6AFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFADD; }
p { color: rgb(106,250,221); }
H1.HeaderClassName
{
color: #6AFADD;
}
.AnyTagClassName
{
color: #6AFADD;
}
</style>
background-color css
<style>
a { background-color: #6AFADD; }
a { background-color: rgb(106,250,221); }
div.DivClassName
{
background-color: #6AFADD;
}
.BgClassName
{
background-color: #6AFADD;
}
</style>
border-color css
<style>
span { border-color: #6AFADD; }
span { border-color: rgb(106,250,221); }
td.TdClassName
{
border-color: #6AFADD;
}
.TagClassName
{
border-color: #6AFADD;
}
</style>