Shades of Aquamarine #6AFDBA
Tints of Aquamarine #6AFDBA
RGB
CMYK
RGB Variations
Color information
#6AFDBA (or 0x6AFDBA) is known color: Aquamarine. HEX triplet: 6A, FD and BA. RGB value is (106,253,186). Sum of RGB (Red+Green+Blue) = 106+253+186=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDBA is #950245. Grayscale: #C9C9C9. Windows color (decimal): -9765446 or 12254570. OLE color: 12254570.
HSL color Cylindrical-coordinate representation of color #6AFDBA: hue angle of 152.65º 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 #6AFDBA is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 186 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.01 |
| HSL | 152.65º | 0.97% | 0.7% | - |
| HSV(B) | 152.65º | 0.58% | 0.99% | - |
| XYZ | 49.93 | 76.86 | 58.66 | - |
| YUV | 201.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 186 | 0.58 | 0 | 0.26 | 0.01 | 152.65 | 0.97 | 0.7 |
| Hex | 6A | FD | BA | 3A | 0 | 1A | 1 | 99 | 61 | 46 |
| Octal | 152 | 375 | 272 | 72 | 0 | 32 | 1 | 231 | 141 | 106 |
| Binary | 1101010 | 11111101 | 10111010 | 111010 | 0 | 11010 | 1 | 10011001 | 1100001 | 1000110 |
Color Harmonies of #6AFDBA
Complementary color
Monochromatic Colors of #6AFDBA
Black with #6AFDBA
Text Example
Text Example
White with #6AFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDBA; }
p { color: rgb(106,253,186); }
H1.HeaderClassName
{
color: #6AFDBA;
}
.AnyTagClassName
{
color: #6AFDBA;
}
</style>
background-color css
<style>
a { background-color: #6AFDBA; }
a { background-color: rgb(106,253,186); }
div.DivClassName
{
background-color: #6AFDBA;
}
.BgClassName
{
background-color: #6AFDBA;
}
</style>
border-color css
<style>
span { border-color: #6AFDBA; }
span { border-color: rgb(106,253,186); }
td.TdClassName
{
border-color: #6AFDBA;
}
.TagClassName
{
border-color: #6AFDBA;
}
</style>