Shades of Medium Aquamarine #6BE4AF
Tints of Medium Aquamarine #6BE4AF
RGB
CMYK
RGB Variations
Color information
#6BE4AF (or 0x6BE4AF) is known color: Medium Aquamarine. HEX triplet: 6B, E4 and AF. RGB value is (107,228,175). Sum of RGB (Red+Green+Blue) = 107+228+175=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE4AF is #941B50. Grayscale: #B9B9B9. Windows color (decimal): -9706321 or 11527275. OLE color: 11527275.
HSL color Cylindrical-coordinate representation of color #6BE4AF: hue angle of 153.72º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE4AF is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 228 | 175 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.11 |
| HSL | 153.72º | 0.69% | 0.66% | - |
| HSV(B) | 153.72º | 0.53% | 0.89% | - |
| XYZ | 41.54 | 61.71 | 50.28 | - |
| YUV | 185.78 | 121.91 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 228 | 175 | 0.53 | 0 | 0.23 | 0.11 | 153.72 | 0.69 | 0.66 |
| Hex | 6B | E4 | AF | 35 | 0 | 17 | B | 9A | 45 | 42 |
| Octal | 153 | 344 | 257 | 65 | 0 | 27 | 13 | 232 | 105 | 102 |
| Binary | 1101011 | 11100100 | 10101111 | 110101 | 0 | 10111 | 1011 | 10011010 | 1000101 | 1000010 |
Color Harmonies of #6BE4AF
Complementary color
Monochromatic Colors of #6BE4AF
Black with #6BE4AF
Text Example
Text Example
White with #6BE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE4AF; }
p { color: rgb(107,228,175); }
H1.HeaderClassName
{
color: #6BE4AF;
}
.AnyTagClassName
{
color: #6BE4AF;
}
</style>
background-color css
<style>
a { background-color: #6BE4AF; }
a { background-color: rgb(107,228,175); }
div.DivClassName
{
background-color: #6BE4AF;
}
.BgClassName
{
background-color: #6BE4AF;
}
</style>
border-color css
<style>
span { border-color: #6BE4AF; }
span { border-color: rgb(107,228,175); }
td.TdClassName
{
border-color: #6BE4AF;
}
.TagClassName
{
border-color: #6BE4AF;
}
</style>