Shades of Medium Aquamarine #6BEFAA
Tints of Medium Aquamarine #6BEFAA
RGB
CMYK
RGB Variations
Color information
#6BEFAA (or 0x6BEFAA) is known color: Medium Aquamarine. HEX triplet: 6B, EF and AA. RGB value is (107,239,170). Sum of RGB (Red+Green+Blue) = 107+239+170=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEFAA is #941055. Grayscale: #BFBFBF. Windows color (decimal): -9703510 or 11202411. OLE color: 11202411.
HSL color Cylindrical-coordinate representation of color #6BEFAA: hue angle of 148.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFAA is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 170 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.06 |
| HSL | 148.64º | 0.8% | 0.68% | - |
| HSV(B) | 148.64º | 0.55% | 0.94% | - |
| XYZ | 44.19 | 67.76 | 48.78 | - |
| YUV | 191.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 170 | 0.55 | 0 | 0.29 | 0.06 | 148.64 | 0.8 | 0.68 |
| Hex | 6B | EF | AA | 37 | 0 | 1D | 6 | 95 | 50 | 44 |
| Octal | 153 | 357 | 252 | 67 | 0 | 35 | 6 | 225 | 120 | 104 |
| Binary | 1101011 | 11101111 | 10101010 | 110111 | 0 | 11101 | 110 | 10010101 | 1010000 | 1000100 |
Color Harmonies of #6BEFAA
Complementary color
Monochromatic Colors of #6BEFAA
Black with #6BEFAA
Text Example
Text Example
White with #6BEFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFAA; }
p { color: rgb(107,239,170); }
H1.HeaderClassName
{
color: #6BEFAA;
}
.AnyTagClassName
{
color: #6BEFAA;
}
</style>
background-color css
<style>
a { background-color: #6BEFAA; }
a { background-color: rgb(107,239,170); }
div.DivClassName
{
background-color: #6BEFAA;
}
.BgClassName
{
background-color: #6BEFAA;
}
</style>
border-color css
<style>
span { border-color: #6BEFAA; }
span { border-color: rgb(107,239,170); }
td.TdClassName
{
border-color: #6BEFAA;
}
.TagClassName
{
border-color: #6BEFAA;
}
</style>