Shades of Medium Aquamarine #6BE5AF
Tints of Medium Aquamarine #6BE5AF
RGB
CMYK
RGB Variations
Color information
#6BE5AF (or 0x6BE5AF) is known color: Medium Aquamarine. HEX triplet: 6B, E5 and AF. RGB value is (107,229,175). Sum of RGB (Red+Green+Blue) = 107+229+175=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #6BE5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE5AF is #941A50. Grayscale: #BABABA. Windows color (decimal): -9706065 or 11527531. OLE color: 11527531.
HSL color Cylindrical-coordinate representation of color #6BE5AF: hue angle of 153.44º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE5AF is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 229 | 175 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.10 |
| HSL | 153.44º | 0.7% | 0.66% | - |
| HSV(B) | 153.44º | 0.53% | 0.9% | - |
| XYZ | 41.82 | 62.26 | 50.37 | - |
| YUV | 186.37 | 121.58 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 229 | 175 | 0.53 | 0 | 0.24 | 0.10 | 153.44 | 0.7 | 0.66 |
| Hex | 6B | E5 | AF | 35 | 0 | 18 | A | 99 | 46 | 42 |
| Octal | 153 | 345 | 257 | 65 | 0 | 30 | 12 | 231 | 106 | 102 |
| Binary | 1101011 | 11100101 | 10101111 | 110101 | 0 | 11000 | 1010 | 10011001 | 1000110 | 1000010 |
Color Harmonies of #6BE5AF
Complementary color
Monochromatic Colors of #6BE5AF
Black with #6BE5AF
Text Example
Text Example
White with #6BE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE5AF; }
p { color: rgb(107,229,175); }
H1.HeaderClassName
{
color: #6BE5AF;
}
.AnyTagClassName
{
color: #6BE5AF;
}
</style>
background-color css
<style>
a { background-color: #6BE5AF; }
a { background-color: rgb(107,229,175); }
div.DivClassName
{
background-color: #6BE5AF;
}
.BgClassName
{
background-color: #6BE5AF;
}
</style>
border-color css
<style>
span { border-color: #6BE5AF; }
span { border-color: rgb(107,229,175); }
td.TdClassName
{
border-color: #6BE5AF;
}
.TagClassName
{
border-color: #6BE5AF;
}
</style>