Shades of Aquamarine #6AFFBC
Tints of Aquamarine #6AFFBC
RGB
CMYK
RGB Variations
Color information
#6AFFBC (or 0x6AFFBC) is known color: Aquamarine. HEX triplet: 6A, FF and BC. RGB value is (106,255,188). Sum of RGB (Red+Green+Blue) = 106+255+188=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFBC is #950043. Grayscale: #CACACA. Windows color (decimal): -9764932 or 12386154. OLE color: 12386154.
HSL color Cylindrical-coordinate representation of color #6AFFBC: hue angle of 153.02º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFBC is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 188 | - |
| CMYK | 0.58 | 0 | 0.26 | 0 |
| HSL | 153.02º | 1% | 0.71% | - |
| HSV(B) | 153.02º | 0.58% | 1% | - |
| XYZ | 50.78 | 78.22 | 60 | - |
| YUV | 202.81 | 119.64 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 188 | 0.58 | 0 | 0.26 | 0 | 153.02 | 1 | 0.71 |
| Hex | 6A | FF | BC | 3A | 0 | 1A | 0 | 99 | 64 | 47 |
| Octal | 152 | 377 | 274 | 72 | 0 | 32 | 0 | 231 | 144 | 107 |
| Binary | 1101010 | 11111111 | 10111100 | 111010 | 0 | 11010 | 0 | 10011001 | 1100100 | 1000111 |
Color Harmonies of #6AFFBC
Complementary color
Monochromatic Colors of #6AFFBC
Black with #6AFFBC
Text Example
Text Example
White with #6AFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFBC; }
p { color: rgb(106,255,188); }
H1.HeaderClassName
{
color: #6AFFBC;
}
.AnyTagClassName
{
color: #6AFFBC;
}
</style>
background-color css
<style>
a { background-color: #6AFFBC; }
a { background-color: rgb(106,255,188); }
div.DivClassName
{
background-color: #6AFFBC;
}
.BgClassName
{
background-color: #6AFFBC;
}
</style>
border-color css
<style>
span { border-color: #6AFFBC; }
span { border-color: rgb(106,255,188); }
td.TdClassName
{
border-color: #6AFFBC;
}
.TagClassName
{
border-color: #6AFFBC;
}
</style>