Shades of Medium Aquamarine #6BF5A0
Tints of Medium Aquamarine #6BF5A0
RGB
CMYK
RGB Variations
Color information
#6BF5A0 (or 0x6BF5A0) is known color: Medium Aquamarine. HEX triplet: 6B, F5 and A0. RGB value is (107,245,160). Sum of RGB (Red+Green+Blue) = 107+245+160=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF5A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF5A0 is #940A5F. Grayscale: #C2C2C2. Windows color (decimal): -9701984 or 10548587. OLE color: 10548587.
HSL color Cylindrical-coordinate representation of color #6BF5A0: hue angle of 143.04º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF5A0 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 245 | 160 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.04 |
| HSL | 143.04º | 0.87% | 0.69% | - |
| HSV(B) | 143.04º | 0.56% | 0.96% | - |
| XYZ | 45.06 | 70.97 | 44.58 | - |
| YUV | 194.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 245 | 160 | 0.56 | 0 | 0.35 | 0.04 | 143.04 | 0.87 | 0.69 |
| Hex | 6B | F5 | A0 | 38 | 0 | 23 | 4 | 8F | 57 | 45 |
| Octal | 153 | 365 | 240 | 70 | 0 | 43 | 4 | 217 | 127 | 105 |
| Binary | 1101011 | 11110101 | 10100000 | 111000 | 0 | 100011 | 100 | 10001111 | 1010111 | 1000101 |
Color Harmonies of #6BF5A0
Complementary color
Monochromatic Colors of #6BF5A0
Black with #6BF5A0
Text Example
Text Example
White with #6BF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF5A0; }
p { color: rgb(107,245,160); }
H1.HeaderClassName
{
color: #6BF5A0;
}
.AnyTagClassName
{
color: #6BF5A0;
}
</style>
background-color css
<style>
a { background-color: #6BF5A0; }
a { background-color: rgb(107,245,160); }
div.DivClassName
{
background-color: #6BF5A0;
}
.BgClassName
{
background-color: #6BF5A0;
}
</style>
border-color css
<style>
span { border-color: #6BF5A0; }
span { border-color: rgb(107,245,160); }
td.TdClassName
{
border-color: #6BF5A0;
}
.TagClassName
{
border-color: #6BF5A0;
}
</style>