Shades of Medium Aquamarine #6BEFA2
Tints of Medium Aquamarine #6BEFA2
RGB
CMYK
RGB Variations
Color information
#6BEFA2 (or 0x6BEFA2) is known color: Medium Aquamarine. HEX triplet: 6B, EF and A2. RGB value is (107,239,162). Sum of RGB (Red+Green+Blue) = 107+239+162=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEFA2 is #94105D. Grayscale: #BEBEBE. Windows color (decimal): -9703518 or 10678123. OLE color: 10678123.
HSL color Cylindrical-coordinate representation of color #6BEFA2: hue angle of 145º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFA2 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 162 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.06 |
| HSL | 145º | 0.8% | 0.68% | - |
| HSV(B) | 145º | 0.55% | 0.94% | - |
| XYZ | 43.45 | 67.47 | 44.91 | - |
| YUV | 190.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 162 | 0.55 | 0 | 0.32 | 0.06 | 145 | 0.8 | 0.68 |
| Hex | 6B | EF | A2 | 37 | 0 | 20 | 6 | 91 | 50 | 44 |
| Octal | 153 | 357 | 242 | 67 | 0 | 40 | 6 | 221 | 120 | 104 |
| Binary | 1101011 | 11101111 | 10100010 | 110111 | 0 | 100000 | 110 | 10010001 | 1010000 | 1000100 |
Color Harmonies of #6BEFA2
Complementary color
Monochromatic Colors of #6BEFA2
Black with #6BEFA2
Text Example
Text Example
White with #6BEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFA2; }
p { color: rgb(107,239,162); }
H1.HeaderClassName
{
color: #6BEFA2;
}
.AnyTagClassName
{
color: #6BEFA2;
}
</style>
background-color css
<style>
a { background-color: #6BEFA2; }
a { background-color: rgb(107,239,162); }
div.DivClassName
{
background-color: #6BEFA2;
}
.BgClassName
{
background-color: #6BEFA2;
}
</style>
border-color css
<style>
span { border-color: #6BEFA2; }
span { border-color: rgb(107,239,162); }
td.TdClassName
{
border-color: #6BEFA2;
}
.TagClassName
{
border-color: #6BEFA2;
}
</style>