Shades of Medium Aquamarine #6BF9A0
Tints of Medium Aquamarine #6BF9A0
RGB
CMYK
RGB Variations
Color information
#6BF9A0 (or 0x6BF9A0) is known color: Medium Aquamarine. HEX triplet: 6B, F9 and A0. RGB value is (107,249,160). Sum of RGB (Red+Green+Blue) = 107+249+160=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF9A0 is #94065F. Grayscale: #C4C4C4. Windows color (decimal): -9700960 or 10549611. OLE color: 10549611.
HSL color Cylindrical-coordinate representation of color #6BF9A0: hue angle of 142.39º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF9A0 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 249 | 160 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.02 |
| HSL | 142.39º | 0.92% | 0.7% | - |
| HSV(B) | 142.39º | 0.57% | 0.98% | - |
| XYZ | 46.28 | 73.42 | 44.99 | - |
| YUV | 196.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 249 | 160 | 0.57 | 0 | 0.36 | 0.02 | 142.39 | 0.92 | 0.7 |
| Hex | 6B | F9 | A0 | 39 | 0 | 24 | 2 | 8E | 5C | 46 |
| Octal | 153 | 371 | 240 | 71 | 0 | 44 | 2 | 216 | 134 | 106 |
| Binary | 1101011 | 11111001 | 10100000 | 111001 | 0 | 100100 | 10 | 10001110 | 1011100 | 1000110 |
Color Harmonies of #6BF9A0
Complementary color
Monochromatic Colors of #6BF9A0
Black with #6BF9A0
Text Example
Text Example
White with #6BF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF9A0; }
p { color: rgb(107,249,160); }
H1.HeaderClassName
{
color: #6BF9A0;
}
.AnyTagClassName
{
color: #6BF9A0;
}
</style>
background-color css
<style>
a { background-color: #6BF9A0; }
a { background-color: rgb(107,249,160); }
div.DivClassName
{
background-color: #6BF9A0;
}
.BgClassName
{
background-color: #6BF9A0;
}
</style>
border-color css
<style>
span { border-color: #6BF9A0; }
span { border-color: rgb(107,249,160); }
td.TdClassName
{
border-color: #6BF9A0;
}
.TagClassName
{
border-color: #6BF9A0;
}
</style>