Shades of Aquamarine #6AFADC
Tints of Aquamarine #6AFADC
RGB
CMYK
RGB Variations
Color information
#6AFADC (or 0x6AFADC) is known color: Aquamarine. HEX triplet: 6A, FA and DC. RGB value is (106,250,220). Sum of RGB (Red+Green+Blue) = 106+250+220=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFADC is #950523. Grayscale: #CBCBCB. Windows color (decimal): -9766180 or 14482026. OLE color: 14482026.
HSL color Cylindrical-coordinate representation of color #6AFADC: hue angle of 167.5º 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 #6AFADC is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 220 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.02 |
| HSL | 167.5º | 0.94% | 0.7% | - |
| HSV(B) | 167.5º | 0.58% | 0.98% | - |
| XYZ | 53.05 | 76.6 | 79.7 | - |
| YUV | 203.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 220 | 0.58 | 0 | 0.12 | 0.02 | 167.5 | 0.94 | 0.7 |
| Hex | 6A | FA | DC | 3A | 0 | C | 2 | A8 | 5E | 46 |
| Octal | 152 | 372 | 334 | 72 | 0 | 14 | 2 | 250 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11011100 | 111010 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000110 |
Color Harmonies of #6AFADC
Complementary color
Monochromatic Colors of #6AFADC
Black with #6AFADC
Text Example
Text Example
White with #6AFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFADC; }
p { color: rgb(106,250,220); }
H1.HeaderClassName
{
color: #6AFADC;
}
.AnyTagClassName
{
color: #6AFADC;
}
</style>
background-color css
<style>
a { background-color: #6AFADC; }
a { background-color: rgb(106,250,220); }
div.DivClassName
{
background-color: #6AFADC;
}
.BgClassName
{
background-color: #6AFADC;
}
</style>
border-color css
<style>
span { border-color: #6AFADC; }
span { border-color: rgb(106,250,220); }
td.TdClassName
{
border-color: #6AFADC;
}
.TagClassName
{
border-color: #6AFADC;
}
</style>