Shades of Medium Aquamarine #6BEBAB
Tints of Medium Aquamarine #6BEBAB
RGB
CMYK
RGB Variations
Color information
#6BEBAB (or 0x6BEBAB) is known color: Medium Aquamarine. HEX triplet: 6B, EB and AB. RGB value is (107,235,171). Sum of RGB (Red+Green+Blue) = 107+235+171=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEBAB is #941454. Grayscale: #BDBDBD. Windows color (decimal): -9704533 or 11266923. OLE color: 11266923.
HSL color Cylindrical-coordinate representation of color #6BEBAB: hue angle of 150º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBAB is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 171 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.08 |
| HSL | 150º | 0.76% | 0.67% | - |
| HSV(B) | 150º | 0.54% | 0.92% | - |
| XYZ | 43.12 | 65.48 | 48.89 | - |
| YUV | 189.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 171 | 0.54 | 0 | 0.27 | 0.08 | 150 | 0.76 | 0.67 |
| Hex | 6B | EB | AB | 36 | 0 | 1B | 8 | 96 | 4C | 43 |
| Octal | 153 | 353 | 253 | 66 | 0 | 33 | 10 | 226 | 114 | 103 |
| Binary | 1101011 | 11101011 | 10101011 | 110110 | 0 | 11011 | 1000 | 10010110 | 1001100 | 1000011 |
Color Harmonies of #6BEBAB
Complementary color
Monochromatic Colors of #6BEBAB
Black with #6BEBAB
Text Example
Text Example
White with #6BEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBAB; }
p { color: rgb(107,235,171); }
H1.HeaderClassName
{
color: #6BEBAB;
}
.AnyTagClassName
{
color: #6BEBAB;
}
</style>
background-color css
<style>
a { background-color: #6BEBAB; }
a { background-color: rgb(107,235,171); }
div.DivClassName
{
background-color: #6BEBAB;
}
.BgClassName
{
background-color: #6BEBAB;
}
</style>
border-color css
<style>
span { border-color: #6BEBAB; }
span { border-color: rgb(107,235,171); }
td.TdClassName
{
border-color: #6BEBAB;
}
.TagClassName
{
border-color: #6BEBAB;
}
</style>