Shades of Medium Aquamarine #6BECB2
Tints of Medium Aquamarine #6BECB2
RGB
CMYK
RGB Variations
Color information
#6BECB2 (or 0x6BECB2) is known color: Medium Aquamarine. HEX triplet: 6B, EC and B2. RGB value is (107,236,178). Sum of RGB (Red+Green+Blue) = 107+236+178=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECB2 is #94134D. Grayscale: #BEBEBE. Windows color (decimal): -9704270 or 11725931. OLE color: 11725931.
HSL color Cylindrical-coordinate representation of color #6BECB2: hue angle of 153.02º 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 #6BECB2 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 178 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.07 |
| HSL | 153.02º | 0.77% | 0.67% | - |
| HSV(B) | 153.02º | 0.55% | 0.93% | - |
| XYZ | 44.09 | 66.33 | 52.6 | - |
| YUV | 190.82 | 120.76 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 178 | 0.55 | 0 | 0.25 | 0.07 | 153.02 | 0.77 | 0.67 |
| Hex | 6B | EC | B2 | 37 | 0 | 19 | 7 | 99 | 4D | 43 |
| Octal | 153 | 354 | 262 | 67 | 0 | 31 | 7 | 231 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10110010 | 110111 | 0 | 11001 | 111 | 10011001 | 1001101 | 1000011 |
Color Harmonies of #6BECB2
Complementary color
Monochromatic Colors of #6BECB2
Black with #6BECB2
Text Example
Text Example
White with #6BECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECB2; }
p { color: rgb(107,236,178); }
H1.HeaderClassName
{
color: #6BECB2;
}
.AnyTagClassName
{
color: #6BECB2;
}
</style>
background-color css
<style>
a { background-color: #6BECB2; }
a { background-color: rgb(107,236,178); }
div.DivClassName
{
background-color: #6BECB2;
}
.BgClassName
{
background-color: #6BECB2;
}
</style>
border-color css
<style>
span { border-color: #6BECB2; }
span { border-color: rgb(107,236,178); }
td.TdClassName
{
border-color: #6BECB2;
}
.TagClassName
{
border-color: #6BECB2;
}
</style>