Shades of Medium Aquamarine #6BD8B2
Tints of Medium Aquamarine #6BD8B2
RGB
CMYK
RGB Variations
Color information
#6BD8B2 (or 0x6BD8B2) is known color: Medium Aquamarine. HEX triplet: 6B, D8 and B2. RGB value is (107,216,178). Sum of RGB (Red+Green+Blue) = 107+216+178=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD8B2 is #94274D. Grayscale: #B3B3B3. Windows color (decimal): -9709390 or 11720811. OLE color: 11720811.
HSL color Cylindrical-coordinate representation of color #6BD8B2: hue angle of 159.08º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8B2 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 216 | 178 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.15 |
| HSL | 159.08º | 0.58% | 0.63% | - |
| HSV(B) | 159.08º | 0.5% | 0.85% | - |
| XYZ | 38.66 | 55.45 | 50.79 | - |
| YUV | 179.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 216 | 178 | 0.50 | 0 | 0.18 | 0.15 | 159.08 | 0.58 | 0.63 |
| Hex | 6B | D8 | B2 | 32 | 0 | 12 | F | 9F | 3A | 3F |
| Octal | 153 | 330 | 262 | 62 | 0 | 22 | 17 | 237 | 72 | 77 |
| Binary | 1101011 | 11011000 | 10110010 | 110010 | 0 | 10010 | 1111 | 10011111 | 111010 | 111111 |
Color Harmonies of #6BD8B2
Complementary color
Monochromatic Colors of #6BD8B2
Black with #6BD8B2
Text Example
Text Example
White with #6BD8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD8B2; }
p { color: rgb(107,216,178); }
H1.HeaderClassName
{
color: #6BD8B2;
}
.AnyTagClassName
{
color: #6BD8B2;
}
</style>
background-color css
<style>
a { background-color: #6BD8B2; }
a { background-color: rgb(107,216,178); }
div.DivClassName
{
background-color: #6BD8B2;
}
.BgClassName
{
background-color: #6BD8B2;
}
</style>
border-color css
<style>
span { border-color: #6BD8B2; }
span { border-color: rgb(107,216,178); }
td.TdClassName
{
border-color: #6BD8B2;
}
.TagClassName
{
border-color: #6BD8B2;
}
</style>