Shades of Aquamarine #6AF1BC
Tints of Aquamarine #6AF1BC
RGB
CMYK
RGB Variations
Color information
#6AF1BC (or 0x6AF1BC) is known color: Aquamarine. HEX triplet: 6A, F1 and BC. RGB value is (106,241,188). Sum of RGB (Red+Green+Blue) = 106+241+188=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1BC is #950E43. Grayscale: #C2C2C2. Windows color (decimal): -9768516 or 12382570. OLE color: 12382570.
HSL color Cylindrical-coordinate representation of color #6AF1BC: hue angle of 156.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF1BC is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 188 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.05 |
| HSL | 156.44º | 0.83% | 0.68% | - |
| HSV(B) | 156.44º | 0.56% | 0.95% | - |
| XYZ | 46.48 | 69.61 | 58.56 | - |
| YUV | 194.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 188 | 0.56 | 0 | 0.22 | 0.05 | 156.44 | 0.83 | 0.68 |
| Hex | 6A | F1 | BC | 38 | 0 | 16 | 5 | 9C | 53 | 44 |
| Octal | 152 | 361 | 274 | 70 | 0 | 26 | 5 | 234 | 123 | 104 |
| Binary | 1101010 | 11110001 | 10111100 | 111000 | 0 | 10110 | 101 | 10011100 | 1010011 | 1000100 |
Color Harmonies of #6AF1BC
Complementary color
Monochromatic Colors of #6AF1BC
Black with #6AF1BC
Text Example
Text Example
White with #6AF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1BC; }
p { color: rgb(106,241,188); }
H1.HeaderClassName
{
color: #6AF1BC;
}
.AnyTagClassName
{
color: #6AF1BC;
}
</style>
background-color css
<style>
a { background-color: #6AF1BC; }
a { background-color: rgb(106,241,188); }
div.DivClassName
{
background-color: #6AF1BC;
}
.BgClassName
{
background-color: #6AF1BC;
}
</style>
border-color css
<style>
span { border-color: #6AF1BC; }
span { border-color: rgb(106,241,188); }
td.TdClassName
{
border-color: #6AF1BC;
}
.TagClassName
{
border-color: #6AF1BC;
}
</style>