Shades of Medium Aquamarine #6BEFB0
Tints of Medium Aquamarine #6BEFB0
RGB
CMYK
RGB Variations
Color information
#6BEFB0 (or 0x6BEFB0) is known color: Medium Aquamarine. HEX triplet: 6B, EF and B0. RGB value is (107,239,176). Sum of RGB (Red+Green+Blue) = 107+239+176=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEFB0 is #94104F. Grayscale: #C0C0C0. Windows color (decimal): -9703504 or 11595627. OLE color: 11595627.
HSL color Cylindrical-coordinate representation of color #6BEFB0: hue angle of 151.36º 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 #6BEFB0 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 176 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.06 |
| HSL | 151.36º | 0.8% | 0.68% | - |
| HSV(B) | 151.36º | 0.55% | 0.94% | - |
| XYZ | 44.77 | 67.99 | 51.84 | - |
| YUV | 192.35 | 118.77 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 176 | 0.55 | 0 | 0.26 | 0.06 | 151.36 | 0.8 | 0.68 |
| Hex | 6B | EF | B0 | 37 | 0 | 1A | 6 | 97 | 50 | 44 |
| Octal | 153 | 357 | 260 | 67 | 0 | 32 | 6 | 227 | 120 | 104 |
| Binary | 1101011 | 11101111 | 10110000 | 110111 | 0 | 11010 | 110 | 10010111 | 1010000 | 1000100 |
Color Harmonies of #6BEFB0
Complementary color
Monochromatic Colors of #6BEFB0
Black with #6BEFB0
Text Example
Text Example
White with #6BEFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFB0; }
p { color: rgb(107,239,176); }
H1.HeaderClassName
{
color: #6BEFB0;
}
.AnyTagClassName
{
color: #6BEFB0;
}
</style>
background-color css
<style>
a { background-color: #6BEFB0; }
a { background-color: rgb(107,239,176); }
div.DivClassName
{
background-color: #6BEFB0;
}
.BgClassName
{
background-color: #6BEFB0;
}
</style>
border-color css
<style>
span { border-color: #6BEFB0; }
span { border-color: rgb(107,239,176); }
td.TdClassName
{
border-color: #6BEFB0;
}
.TagClassName
{
border-color: #6BEFB0;
}
</style>