Shades of Medium Aquamarine #6BFFA4
Tints of Medium Aquamarine #6BFFA4
RGB
CMYK
RGB Variations
Color information
#6BFFA4 (or 0x6BFFA4) is known color: Medium Aquamarine. HEX triplet: 6B, FF and A4. RGB value is (107,255,164). Sum of RGB (Red+Green+Blue) = 107+255+164=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFA4 is #94005B. Grayscale: #C8C8C8. Windows color (decimal): -9699420 or 10813291. OLE color: 10813291.
HSL color Cylindrical-coordinate representation of color #6BFFA4: hue angle of 143.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFA4 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 164 | - |
| CMYK | 0.58 | 0 | 0.36 | 0 |
| HSL | 143.11º | 1% | 0.71% | - |
| HSV(B) | 143.11º | 0.58% | 1% | - |
| XYZ | 48.52 | 77.33 | 47.49 | - |
| YUV | 200.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 164 | 0.58 | 0 | 0.36 | 0 | 143.11 | 1 | 0.71 |
| Hex | 6B | FF | A4 | 3A | 0 | 24 | 0 | 8F | 64 | 47 |
| Octal | 153 | 377 | 244 | 72 | 0 | 44 | 0 | 217 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10100100 | 111010 | 0 | 100100 | 0 | 10001111 | 1100100 | 1000111 |
Color Harmonies of #6BFFA4
Complementary color
Monochromatic Colors of #6BFFA4
Black with #6BFFA4
Text Example
Text Example
White with #6BFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFA4; }
p { color: rgb(107,255,164); }
H1.HeaderClassName
{
color: #6BFFA4;
}
.AnyTagClassName
{
color: #6BFFA4;
}
</style>
background-color css
<style>
a { background-color: #6BFFA4; }
a { background-color: rgb(107,255,164); }
div.DivClassName
{
background-color: #6BFFA4;
}
.BgClassName
{
background-color: #6BFFA4;
}
</style>
border-color css
<style>
span { border-color: #6BFFA4; }
span { border-color: rgb(107,255,164); }
td.TdClassName
{
border-color: #6BFFA4;
}
.TagClassName
{
border-color: #6BFFA4;
}
</style>