Shades of Medium Aquamarine #6BE1AC
Tints of Medium Aquamarine #6BE1AC
RGB
CMYK
RGB Variations
Color information
#6BE1AC (or 0x6BE1AC) is known color: Medium Aquamarine. HEX triplet: 6B, E1 and AC. RGB value is (107,225,172). Sum of RGB (Red+Green+Blue) = 107+225+172=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE1AC is #941E53. Grayscale: #B7B7B7. Windows color (decimal): -9707092 or 11329899. OLE color: 11329899.
HSL color Cylindrical-coordinate representation of color #6BE1AC: hue angle of 153.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1AC is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 172 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.12 |
| HSL | 153.05º | 0.66% | 0.65% | - |
| HSV(B) | 153.05º | 0.52% | 0.88% | - |
| XYZ | 40.44 | 59.95 | 48.47 | - |
| YUV | 183.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 172 | 0.52 | 0 | 0.24 | 0.12 | 153.05 | 0.66 | 0.65 |
| Hex | 6B | E1 | AC | 34 | 0 | 18 | C | 99 | 42 | 41 |
| Octal | 153 | 341 | 254 | 64 | 0 | 30 | 14 | 231 | 102 | 101 |
| Binary | 1101011 | 11100001 | 10101100 | 110100 | 0 | 11000 | 1100 | 10011001 | 1000010 | 1000001 |
Color Harmonies of #6BE1AC
Complementary color
Monochromatic Colors of #6BE1AC
Black with #6BE1AC
Text Example
Text Example
White with #6BE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE1AC; }
p { color: rgb(107,225,172); }
H1.HeaderClassName
{
color: #6BE1AC;
}
.AnyTagClassName
{
color: #6BE1AC;
}
</style>
background-color css
<style>
a { background-color: #6BE1AC; }
a { background-color: rgb(107,225,172); }
div.DivClassName
{
background-color: #6BE1AC;
}
.BgClassName
{
background-color: #6BE1AC;
}
</style>
border-color css
<style>
span { border-color: #6BE1AC; }
span { border-color: rgb(107,225,172); }
td.TdClassName
{
border-color: #6BE1AC;
}
.TagClassName
{
border-color: #6BE1AC;
}
</style>