Shades of Aquamarine #6DF9BA
Tints of Aquamarine #6DF9BA
RGB
CMYK
RGB Variations
Color information
#6DF9BA (or 0x6DF9BA) is known color: Aquamarine. HEX triplet: 6D, F9 and BA. RGB value is (109,249,186). Sum of RGB (Red+Green+Blue) = 109+249+186=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #6DF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF9BA is #920645. Grayscale: #C8C8C8. Windows color (decimal): -9569862 or 12253549. OLE color: 12253549.
HSL color Cylindrical-coordinate representation of color #6DF9BA: hue angle of 153º degrees, saturation: 0.92, 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 #6DF9BA is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 249 | 186 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.02 |
| HSL | 153º | 0.92% | 0.7% | - |
| HSV(B) | 153º | 0.56% | 0.98% | - |
| XYZ | 49.05 | 74.55 | 58.26 | - |
| YUV | 199.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 249 | 186 | 0.56 | 0 | 0.25 | 0.02 | 153 | 0.92 | 0.7 |
| Hex | 6D | F9 | BA | 38 | 0 | 19 | 2 | 99 | 5C | 46 |
| Octal | 155 | 371 | 272 | 70 | 0 | 31 | 2 | 231 | 134 | 106 |
| Binary | 1101101 | 11111001 | 10111010 | 111000 | 0 | 11001 | 10 | 10011001 | 1011100 | 1000110 |
Color Harmonies of #6DF9BA
Complementary color
Monochromatic Colors of #6DF9BA
Black with #6DF9BA
Text Example
Text Example
White with #6DF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF9BA; }
p { color: rgb(109,249,186); }
H1.HeaderClassName
{
color: #6DF9BA;
}
.AnyTagClassName
{
color: #6DF9BA;
}
</style>
background-color css
<style>
a { background-color: #6DF9BA; }
a { background-color: rgb(109,249,186); }
div.DivClassName
{
background-color: #6DF9BA;
}
.BgClassName
{
background-color: #6DF9BA;
}
</style>
border-color css
<style>
span { border-color: #6DF9BA; }
span { border-color: rgb(109,249,186); }
td.TdClassName
{
border-color: #6DF9BA;
}
.TagClassName
{
border-color: #6DF9BA;
}
</style>