Shades of Medium Aquamarine #6BECA2
Tints of Medium Aquamarine #6BECA2
RGB
CMYK
RGB Variations
Color information
#6BECA2 (or 0x6BECA2) is known color: Medium Aquamarine. HEX triplet: 6B, EC and A2. RGB value is (107,236,162). Sum of RGB (Red+Green+Blue) = 107+236+162=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECA2 is #94135D. Grayscale: #BDBDBD. Windows color (decimal): -9704286 or 10677355. OLE color: 10677355.
HSL color Cylindrical-coordinate representation of color #6BECA2: hue angle of 145.58º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECA2 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 162 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.07 |
| HSL | 145.58º | 0.77% | 0.67% | - |
| HSV(B) | 145.58º | 0.55% | 0.93% | - |
| XYZ | 42.58 | 65.73 | 44.62 | - |
| YUV | 188.99 | 112.76 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 162 | 0.55 | 0 | 0.31 | 0.07 | 145.58 | 0.77 | 0.67 |
| Hex | 6B | EC | A2 | 37 | 0 | 1F | 7 | 92 | 4D | 43 |
| Octal | 153 | 354 | 242 | 67 | 0 | 37 | 7 | 222 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10100010 | 110111 | 0 | 11111 | 111 | 10010010 | 1001101 | 1000011 |
Color Harmonies of #6BECA2
Complementary color
Monochromatic Colors of #6BECA2
Black with #6BECA2
Text Example
Text Example
White with #6BECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECA2; }
p { color: rgb(107,236,162); }
H1.HeaderClassName
{
color: #6BECA2;
}
.AnyTagClassName
{
color: #6BECA2;
}
</style>
background-color css
<style>
a { background-color: #6BECA2; }
a { background-color: rgb(107,236,162); }
div.DivClassName
{
background-color: #6BECA2;
}
.BgClassName
{
background-color: #6BECA2;
}
</style>
border-color css
<style>
span { border-color: #6BECA2; }
span { border-color: rgb(107,236,162); }
td.TdClassName
{
border-color: #6BECA2;
}
.TagClassName
{
border-color: #6BECA2;
}
</style>