Shades of Medium Aquamarine #6BDBB2
Tints of Medium Aquamarine #6BDBB2
RGB
CMYK
RGB Variations
Color information
#6BDBB2 (or 0x6BDBB2) is known color: Medium Aquamarine. HEX triplet: 6B, DB and B2. RGB value is (107,219,178). Sum of RGB (Red+Green+Blue) = 107+219+178=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBB2 is #94244D. Grayscale: #B4B4B4. Windows color (decimal): -9708622 or 11721579. OLE color: 11721579.
HSL color Cylindrical-coordinate representation of color #6BDBB2: hue angle of 158.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBB2 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 178 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.14 |
| HSL | 158.04º | 0.61% | 0.64% | - |
| HSV(B) | 158.04º | 0.51% | 0.86% | - |
| XYZ | 39.43 | 57 | 51.04 | - |
| YUV | 180.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 178 | 0.51 | 0 | 0.19 | 0.14 | 158.04 | 0.61 | 0.64 |
| Hex | 6B | DB | B2 | 33 | 0 | 13 | E | 9E | 3D | 40 |
| Octal | 153 | 333 | 262 | 63 | 0 | 23 | 16 | 236 | 75 | 100 |
| Binary | 1101011 | 11011011 | 10110010 | 110011 | 0 | 10011 | 1110 | 10011110 | 111101 | 1000000 |
Color Harmonies of #6BDBB2
Complementary color
Monochromatic Colors of #6BDBB2
Black with #6BDBB2
Text Example
Text Example
White with #6BDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBB2; }
p { color: rgb(107,219,178); }
H1.HeaderClassName
{
color: #6BDBB2;
}
.AnyTagClassName
{
color: #6BDBB2;
}
</style>
background-color css
<style>
a { background-color: #6BDBB2; }
a { background-color: rgb(107,219,178); }
div.DivClassName
{
background-color: #6BDBB2;
}
.BgClassName
{
background-color: #6BDBB2;
}
</style>
border-color css
<style>
span { border-color: #6BDBB2; }
span { border-color: rgb(107,219,178); }
td.TdClassName
{
border-color: #6BDBB2;
}
.TagClassName
{
border-color: #6BDBB2;
}
</style>