Shades of Aquamarine #6DFAB9
Tints of Aquamarine #6DFAB9
RGB
CMYK
RGB Variations
Color information
#6DFAB9 (or 0x6DFAB9) is known color: Aquamarine. HEX triplet: 6D, FA and B9. RGB value is (109,250,185). Sum of RGB (Red+Green+Blue) = 109+250+185=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAB9 is #920546. Grayscale: #C8C8C8. Windows color (decimal): -9569607 or 12188269. OLE color: 12188269.
HSL color Cylindrical-coordinate representation of color #6DFAB9: hue angle of 152.34º 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 #6DFAB9 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 185 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.02 |
| HSL | 152.34º | 0.93% | 0.7% | - |
| HSV(B) | 152.34º | 0.56% | 0.98% | - |
| XYZ | 49.25 | 75.13 | 57.8 | - |
| YUV | 200.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 185 | 0.56 | 0 | 0.26 | 0.02 | 152.34 | 0.93 | 0.7 |
| Hex | 6D | FA | B9 | 38 | 0 | 1A | 2 | 98 | 5D | 46 |
| Octal | 155 | 372 | 271 | 70 | 0 | 32 | 2 | 230 | 135 | 106 |
| Binary | 1101101 | 11111010 | 10111001 | 111000 | 0 | 11010 | 10 | 10011000 | 1011101 | 1000110 |
Color Harmonies of #6DFAB9
Complementary color
Monochromatic Colors of #6DFAB9
Black with #6DFAB9
Text Example
Text Example
White with #6DFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAB9; }
p { color: rgb(109,250,185); }
H1.HeaderClassName
{
color: #6DFAB9;
}
.AnyTagClassName
{
color: #6DFAB9;
}
</style>
background-color css
<style>
a { background-color: #6DFAB9; }
a { background-color: rgb(109,250,185); }
div.DivClassName
{
background-color: #6DFAB9;
}
.BgClassName
{
background-color: #6DFAB9;
}
</style>
border-color css
<style>
span { border-color: #6DFAB9; }
span { border-color: rgb(109,250,185); }
td.TdClassName
{
border-color: #6DFAB9;
}
.TagClassName
{
border-color: #6DFAB9;
}
</style>