Shades of Aquamarine #6DF1BF
Tints of Aquamarine #6DF1BF
RGB
CMYK
RGB Variations
Color information
#6DF1BF (or 0x6DF1BF) is known color: Aquamarine. HEX triplet: 6D, F1 and BF. RGB value is (109,241,191). Sum of RGB (Red+Green+Blue) = 109+241+191=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1BF is #920E40. Grayscale: #C3C3C3. Windows color (decimal): -9571905 or 12579181. OLE color: 12579181.
HSL color Cylindrical-coordinate representation of color #6DF1BF: hue angle of 157.27º degrees, saturation: 0.82, 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 #6DF1BF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 191 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.05 |
| HSL | 157.27º | 0.83% | 0.69% | - |
| HSV(B) | 157.27º | 0.55% | 0.95% | - |
| XYZ | 47.17 | 69.92 | 60.3 | - |
| YUV | 195.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 191 | 0.55 | 0 | 0.21 | 0.05 | 157.27 | 0.83 | 0.69 |
| Hex | 6D | F1 | BF | 37 | 0 | 15 | 5 | 9D | 52 | 45 |
| Octal | 155 | 361 | 277 | 67 | 0 | 25 | 5 | 235 | 122 | 105 |
| Binary | 1101101 | 11110001 | 10111111 | 110111 | 0 | 10101 | 101 | 10011101 | 1010010 | 1000101 |
Color Harmonies of #6DF1BF
Complementary color
Monochromatic Colors of #6DF1BF
Black with #6DF1BF
Text Example
Text Example
White with #6DF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1BF; }
p { color: rgb(109,241,191); }
H1.HeaderClassName
{
color: #6DF1BF;
}
.AnyTagClassName
{
color: #6DF1BF;
}
</style>
background-color css
<style>
a { background-color: #6DF1BF; }
a { background-color: rgb(109,241,191); }
div.DivClassName
{
background-color: #6DF1BF;
}
.BgClassName
{
background-color: #6DF1BF;
}
</style>
border-color css
<style>
span { border-color: #6DF1BF; }
span { border-color: rgb(109,241,191); }
td.TdClassName
{
border-color: #6DF1BF;
}
.TagClassName
{
border-color: #6DF1BF;
}
</style>