Shades of Aquamarine #6AFACC
Tints of Aquamarine #6AFACC
RGB
CMYK
RGB Variations
Color information
#6AFACC (or 0x6AFACC) is known color: Aquamarine. HEX triplet: 6A, FA and CC. RGB value is (106,250,204). Sum of RGB (Red+Green+Blue) = 106+250+204=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFACC is #950533. Grayscale: #C9C9C9. Windows color (decimal): -9766196 or 13433450. OLE color: 13433450.
HSL color Cylindrical-coordinate representation of color #6AFACC: hue angle of 160.83º 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 #6AFACC is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 204 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.02 |
| HSL | 160.83º | 0.94% | 0.7% | - |
| HSV(B) | 160.83º | 0.58% | 0.98% | - |
| XYZ | 51.03 | 75.8 | 69.07 | - |
| YUV | 201.7 | 129.29 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 204 | 0.58 | 0 | 0.18 | 0.02 | 160.83 | 0.94 | 0.7 |
| Hex | 6A | FA | CC | 3A | 0 | 12 | 2 | A1 | 5E | 46 |
| Octal | 152 | 372 | 314 | 72 | 0 | 22 | 2 | 241 | 136 | 106 |
| Binary | 1101010 | 11111010 | 11001100 | 111010 | 0 | 10010 | 10 | 10100001 | 1011110 | 1000110 |
Color Harmonies of #6AFACC
Complementary color
Monochromatic Colors of #6AFACC
Black with #6AFACC
Text Example
Text Example
White with #6AFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFACC; }
p { color: rgb(106,250,204); }
H1.HeaderClassName
{
color: #6AFACC;
}
.AnyTagClassName
{
color: #6AFACC;
}
</style>
background-color css
<style>
a { background-color: #6AFACC; }
a { background-color: rgb(106,250,204); }
div.DivClassName
{
background-color: #6AFACC;
}
.BgClassName
{
background-color: #6AFACC;
}
</style>
border-color css
<style>
span { border-color: #6AFACC; }
span { border-color: rgb(106,250,204); }
td.TdClassName
{
border-color: #6AFACC;
}
.TagClassName
{
border-color: #6AFACC;
}
</style>