Shades of Medium Aquamarine #6BDFAB
Tints of Medium Aquamarine #6BDFAB
RGB
CMYK
RGB Variations
Color information
#6BDFAB (or 0x6BDFAB) is known color: Medium Aquamarine. HEX triplet: 6B, DF and AB. RGB value is (107,223,171). Sum of RGB (Red+Green+Blue) = 107+223+171=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDFAB is #942054. Grayscale: #B6B6B6. Windows color (decimal): -9707605 or 11263851. OLE color: 11263851.
HSL color Cylindrical-coordinate representation of color #6BDFAB: hue angle of 153.1º 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 #6BDFAB is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 171 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.13 |
| HSL | 153.1º | 0.64% | 0.65% | - |
| HSV(B) | 153.1º | 0.52% | 0.87% | - |
| XYZ | 39.8 | 58.84 | 47.79 | - |
| YUV | 182.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 171 | 0.52 | 0 | 0.23 | 0.13 | 153.1 | 0.64 | 0.65 |
| Hex | 6B | DF | AB | 34 | 0 | 17 | D | 99 | 40 | 41 |
| Octal | 153 | 337 | 253 | 64 | 0 | 27 | 15 | 231 | 100 | 101 |
| Binary | 1101011 | 11011111 | 10101011 | 110100 | 0 | 10111 | 1101 | 10011001 | 1000000 | 1000001 |
Color Harmonies of #6BDFAB
Complementary color
Monochromatic Colors of #6BDFAB
Black with #6BDFAB
Text Example
Text Example
White with #6BDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFAB; }
p { color: rgb(107,223,171); }
H1.HeaderClassName
{
color: #6BDFAB;
}
.AnyTagClassName
{
color: #6BDFAB;
}
</style>
background-color css
<style>
a { background-color: #6BDFAB; }
a { background-color: rgb(107,223,171); }
div.DivClassName
{
background-color: #6BDFAB;
}
.BgClassName
{
background-color: #6BDFAB;
}
</style>
border-color css
<style>
span { border-color: #6BDFAB; }
span { border-color: rgb(107,223,171); }
td.TdClassName
{
border-color: #6BDFAB;
}
.TagClassName
{
border-color: #6BDFAB;
}
</style>