Shades of Medium Aquamarine #6BFCA2
Tints of Medium Aquamarine #6BFCA2
RGB
CMYK
RGB Variations
Color information
#6BFCA2 (or 0x6BFCA2) is known color: Medium Aquamarine. HEX triplet: 6B, FC and A2. RGB value is (107,252,162). Sum of RGB (Red+Green+Blue) = 107+252+162=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCA2 is #94035D. Grayscale: #C6C6C6. Windows color (decimal): -9700190 or 10681451. OLE color: 10681451.
HSL color Cylindrical-coordinate representation of color #6BFCA2: hue angle of 142.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCA2 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 162 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.01 |
| HSL | 142.76º | 0.96% | 0.7% | - |
| HSV(B) | 142.76º | 0.58% | 0.99% | - |
| XYZ | 47.4 | 75.36 | 46.23 | - |
| YUV | 198.39 | 107.46 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 162 | 0.58 | 0 | 0.36 | 0.01 | 142.76 | 0.96 | 0.7 |
| Hex | 6B | FC | A2 | 3A | 0 | 24 | 1 | 8F | 60 | 46 |
| Octal | 153 | 374 | 242 | 72 | 0 | 44 | 1 | 217 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10100010 | 111010 | 0 | 100100 | 1 | 10001111 | 1100000 | 1000110 |
Color Harmonies of #6BFCA2
Complementary color
Monochromatic Colors of #6BFCA2
Black with #6BFCA2
Text Example
Text Example
White with #6BFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCA2; }
p { color: rgb(107,252,162); }
H1.HeaderClassName
{
color: #6BFCA2;
}
.AnyTagClassName
{
color: #6BFCA2;
}
</style>
background-color css
<style>
a { background-color: #6BFCA2; }
a { background-color: rgb(107,252,162); }
div.DivClassName
{
background-color: #6BFCA2;
}
.BgClassName
{
background-color: #6BFCA2;
}
</style>
border-color css
<style>
span { border-color: #6BFCA2; }
span { border-color: rgb(107,252,162); }
td.TdClassName
{
border-color: #6BFCA2;
}
.TagClassName
{
border-color: #6BFCA2;
}
</style>