Shades of Aquamarine #6AFDBC
Tints of Aquamarine #6AFDBC
RGB
CMYK
RGB Variations
Color information
#6AFDBC (or 0x6AFDBC) is known color: Aquamarine. HEX triplet: 6A, FD and BC. RGB value is (106,253,188). Sum of RGB (Red+Green+Blue) = 106+253+188=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDBC is #950243. Grayscale: #C9C9C9. Windows color (decimal): -9765444 or 12385642. OLE color: 12385642.
HSL color Cylindrical-coordinate representation of color #6AFDBC: hue angle of 153.47º 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 #6AFDBC is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 188 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.01 |
| HSL | 153.47º | 0.97% | 0.7% | - |
| HSV(B) | 153.47º | 0.58% | 0.99% | - |
| XYZ | 50.15 | 76.95 | 59.79 | - |
| YUV | 201.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 188 | 0.58 | 0 | 0.26 | 0.01 | 153.47 | 0.97 | 0.7 |
| Hex | 6A | FD | BC | 3A | 0 | 1A | 1 | 99 | 61 | 46 |
| Octal | 152 | 375 | 274 | 72 | 0 | 32 | 1 | 231 | 141 | 106 |
| Binary | 1101010 | 11111101 | 10111100 | 111010 | 0 | 11010 | 1 | 10011001 | 1100001 | 1000110 |
Color Harmonies of #6AFDBC
Complementary color
Monochromatic Colors of #6AFDBC
Black with #6AFDBC
Text Example
Text Example
White with #6AFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDBC; }
p { color: rgb(106,253,188); }
H1.HeaderClassName
{
color: #6AFDBC;
}
.AnyTagClassName
{
color: #6AFDBC;
}
</style>
background-color css
<style>
a { background-color: #6AFDBC; }
a { background-color: rgb(106,253,188); }
div.DivClassName
{
background-color: #6AFDBC;
}
.BgClassName
{
background-color: #6AFDBC;
}
</style>
border-color css
<style>
span { border-color: #6AFDBC; }
span { border-color: rgb(106,253,188); }
td.TdClassName
{
border-color: #6AFDBC;
}
.TagClassName
{
border-color: #6AFDBC;
}
</style>