Shades of Aquamarine #6AFABB
Tints of Aquamarine #6AFABB
RGB
CMYK
RGB Variations
Color information
#6AFABB (or 0x6AFABB) is known color: Aquamarine. HEX triplet: 6A, FA and BB. RGB value is (106,250,187). Sum of RGB (Red+Green+Blue) = 106+250+187=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFABB is #950544. Grayscale: #C7C7C7. Windows color (decimal): -9766213 or 12319338. OLE color: 12319338.
HSL color Cylindrical-coordinate representation of color #6AFABB: hue angle of 153.75º 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 #6AFABB is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 187 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.02 |
| HSL | 153.75º | 0.94% | 0.7% | - |
| HSV(B) | 153.75º | 0.58% | 0.98% | - |
| XYZ | 49.1 | 75.02 | 58.91 | - |
| YUV | 199.76 | 120.79 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 187 | 0.58 | 0 | 0.25 | 0.02 | 153.75 | 0.94 | 0.7 |
| Hex | 6A | FA | BB | 3A | 0 | 19 | 2 | 9A | 5E | 46 |
| Octal | 152 | 372 | 273 | 72 | 0 | 31 | 2 | 232 | 136 | 106 |
| Binary | 1101010 | 11111010 | 10111011 | 111010 | 0 | 11001 | 10 | 10011010 | 1011110 | 1000110 |
Color Harmonies of #6AFABB
Complementary color
Monochromatic Colors of #6AFABB
Black with #6AFABB
Text Example
Text Example
White with #6AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFABB; }
p { color: rgb(106,250,187); }
H1.HeaderClassName
{
color: #6AFABB;
}
.AnyTagClassName
{
color: #6AFABB;
}
</style>
background-color css
<style>
a { background-color: #6AFABB; }
a { background-color: rgb(106,250,187); }
div.DivClassName
{
background-color: #6AFABB;
}
.BgClassName
{
background-color: #6AFABB;
}
</style>
border-color css
<style>
span { border-color: #6AFABB; }
span { border-color: rgb(106,250,187); }
td.TdClassName
{
border-color: #6AFABB;
}
.TagClassName
{
border-color: #6AFABB;
}
</style>