Shades of Aquamarine #6DF2BA
Tints of Aquamarine #6DF2BA
RGB
CMYK
RGB Variations
Color information
#6DF2BA (or 0x6DF2BA) is known color: Aquamarine. HEX triplet: 6D, F2 and BA. RGB value is (109,242,186). Sum of RGB (Red+Green+Blue) = 109+242+186=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2BA is #920D45. Grayscale: #C3C3C3. Windows color (decimal): -9571654 or 12251757. OLE color: 12251757.
HSL color Cylindrical-coordinate representation of color #6DF2BA: hue angle of 154.74º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2BA is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 186 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.05 |
| HSL | 154.74º | 0.84% | 0.69% | - |
| HSV(B) | 154.74º | 0.55% | 0.95% | - |
| XYZ | 46.92 | 70.3 | 57.55 | - |
| YUV | 195.85 | 122.44 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 186 | 0.55 | 0 | 0.23 | 0.05 | 154.74 | 0.84 | 0.69 |
| Hex | 6D | F2 | BA | 37 | 0 | 17 | 5 | 9B | 54 | 45 |
| Octal | 155 | 362 | 272 | 67 | 0 | 27 | 5 | 233 | 124 | 105 |
| Binary | 1101101 | 11110010 | 10111010 | 110111 | 0 | 10111 | 101 | 10011011 | 1010100 | 1000101 |
Color Harmonies of #6DF2BA
Complementary color
Monochromatic Colors of #6DF2BA
Black with #6DF2BA
Text Example
Text Example
White with #6DF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF2BA; }
p { color: rgb(109,242,186); }
H1.HeaderClassName
{
color: #6DF2BA;
}
.AnyTagClassName
{
color: #6DF2BA;
}
</style>
background-color css
<style>
a { background-color: #6DF2BA; }
a { background-color: rgb(109,242,186); }
div.DivClassName
{
background-color: #6DF2BA;
}
.BgClassName
{
background-color: #6DF2BA;
}
</style>
border-color css
<style>
span { border-color: #6DF2BA; }
span { border-color: rgb(109,242,186); }
td.TdClassName
{
border-color: #6DF2BA;
}
.TagClassName
{
border-color: #6DF2BA;
}
</style>