Shades of Aquamarine #6DFABD
Tints of Aquamarine #6DFABD
RGB
CMYK
RGB Variations
Color information
#6DFABD (or 0x6DFABD) is known color: Aquamarine. HEX triplet: 6D, FA and BD. RGB value is (109,250,189). Sum of RGB (Red+Green+Blue) = 109+250+189=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFABD is #920542. Grayscale: #C8C8C8. Windows color (decimal): -9569603 or 12450413. OLE color: 12450413.
HSL color Cylindrical-coordinate representation of color #6DFABD: hue angle of 154.04º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFABD is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 189 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.02 |
| HSL | 154.04º | 0.93% | 0.7% | - |
| HSV(B) | 154.04º | 0.56% | 0.98% | - |
| XYZ | 49.68 | 75.3 | 60.06 | - |
| YUV | 200.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 189 | 0.56 | 0 | 0.24 | 0.02 | 154.04 | 0.93 | 0.7 |
| Hex | 6D | FA | BD | 38 | 0 | 18 | 2 | 9A | 5D | 46 |
| Octal | 155 | 372 | 275 | 70 | 0 | 30 | 2 | 232 | 135 | 106 |
| Binary | 1101101 | 11111010 | 10111101 | 111000 | 0 | 11000 | 10 | 10011010 | 1011101 | 1000110 |
Color Harmonies of #6DFABD
Complementary color
Monochromatic Colors of #6DFABD
Black with #6DFABD
Text Example
Text Example
White with #6DFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFABD; }
p { color: rgb(109,250,189); }
H1.HeaderClassName
{
color: #6DFABD;
}
.AnyTagClassName
{
color: #6DFABD;
}
</style>
background-color css
<style>
a { background-color: #6DFABD; }
a { background-color: rgb(109,250,189); }
div.DivClassName
{
background-color: #6DFABD;
}
.BgClassName
{
background-color: #6DFABD;
}
</style>
border-color css
<style>
span { border-color: #6DFABD; }
span { border-color: rgb(109,250,189); }
td.TdClassName
{
border-color: #6DFABD;
}
.TagClassName
{
border-color: #6DFABD;
}
</style>