Shades of Medium Aquamarine #6BDEAB
Tints of Medium Aquamarine #6BDEAB
RGB
CMYK
RGB Variations
Color information
#6BDEAB (or 0x6BDEAB) is known color: Medium Aquamarine. HEX triplet: 6B, DE and AB. RGB value is (107,222,171). Sum of RGB (Red+Green+Blue) = 107+222+171=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDEAB is #942154. Grayscale: #B5B5B5. Windows color (decimal): -9707861 or 11263595. OLE color: 11263595.
HSL color Cylindrical-coordinate representation of color #6BDEAB: hue angle of 153.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEAB is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 171 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.13 |
| HSL | 153.39º | 0.64% | 0.65% | - |
| HSV(B) | 153.39º | 0.52% | 0.87% | - |
| XYZ | 39.54 | 58.31 | 47.7 | - |
| YUV | 181.8 | 121.9 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 171 | 0.52 | 0 | 0.23 | 0.13 | 153.39 | 0.64 | 0.65 |
| Hex | 6B | DE | AB | 34 | 0 | 17 | D | 99 | 40 | 41 |
| Octal | 153 | 336 | 253 | 64 | 0 | 27 | 15 | 231 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10101011 | 110100 | 0 | 10111 | 1101 | 10011001 | 1000000 | 1000001 |
Color Harmonies of #6BDEAB
Complementary color
Monochromatic Colors of #6BDEAB
Black with #6BDEAB
Text Example
Text Example
White with #6BDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEAB; }
p { color: rgb(107,222,171); }
H1.HeaderClassName
{
color: #6BDEAB;
}
.AnyTagClassName
{
color: #6BDEAB;
}
</style>
background-color css
<style>
a { background-color: #6BDEAB; }
a { background-color: rgb(107,222,171); }
div.DivClassName
{
background-color: #6BDEAB;
}
.BgClassName
{
background-color: #6BDEAB;
}
</style>
border-color css
<style>
span { border-color: #6BDEAB; }
span { border-color: rgb(107,222,171); }
td.TdClassName
{
border-color: #6BDEAB;
}
.TagClassName
{
border-color: #6BDEAB;
}
</style>