Shades of Medium Aquamarine #6BECAE
Tints of Medium Aquamarine #6BECAE
RGB
CMYK
RGB Variations
Color information
#6BECAE (or 0x6BECAE) is known color: Medium Aquamarine. HEX triplet: 6B, EC and AE. RGB value is (107,236,174). Sum of RGB (Red+Green+Blue) = 107+236+174=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAE is #941351. Grayscale: #BEBEBE. Windows color (decimal): -9704274 or 11463787. OLE color: 11463787.
HSL color Cylindrical-coordinate representation of color #6BECAE: hue angle of 151.16º 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 #6BECAE is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 174 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.07 |
| HSL | 151.16º | 0.77% | 0.67% | - |
| HSV(B) | 151.16º | 0.55% | 0.93% | - |
| XYZ | 43.7 | 66.17 | 50.51 | - |
| YUV | 190.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 174 | 0.55 | 0 | 0.26 | 0.07 | 151.16 | 0.77 | 0.67 |
| Hex | 6B | EC | AE | 37 | 0 | 1A | 7 | 97 | 4D | 43 |
| Octal | 153 | 354 | 256 | 67 | 0 | 32 | 7 | 227 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10101110 | 110111 | 0 | 11010 | 111 | 10010111 | 1001101 | 1000011 |
Color Harmonies of #6BECAE
Complementary color
Monochromatic Colors of #6BECAE
Black with #6BECAE
Text Example
Text Example
White with #6BECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECAE; }
p { color: rgb(107,236,174); }
H1.HeaderClassName
{
color: #6BECAE;
}
.AnyTagClassName
{
color: #6BECAE;
}
</style>
background-color css
<style>
a { background-color: #6BECAE; }
a { background-color: rgb(107,236,174); }
div.DivClassName
{
background-color: #6BECAE;
}
.BgClassName
{
background-color: #6BECAE;
}
</style>
border-color css
<style>
span { border-color: #6BECAE; }
span { border-color: rgb(107,236,174); }
td.TdClassName
{
border-color: #6BECAE;
}
.TagClassName
{
border-color: #6BECAE;
}
</style>