Shades of Medium Aquamarine #6BD3AF
Tints of Medium Aquamarine #6BD3AF
RGB
CMYK
RGB Variations
Color information
#6BD3AF (or 0x6BD3AF) is known color: Medium Aquamarine. HEX triplet: 6B, D3 and AF. RGB value is (107,211,175). Sum of RGB (Red+Green+Blue) = 107+211+175=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD3AF is #942C50. Grayscale: #AFAFAF. Windows color (decimal): -9710673 or 11522923. OLE color: 11522923.
HSL color Cylindrical-coordinate representation of color #6BD3AF: hue angle of 159.23º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD3AF is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 211 | 175 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.17 |
| HSL | 159.23º | 0.54% | 0.62% | - |
| HSV(B) | 159.23º | 0.49% | 0.83% | - |
| XYZ | 37.1 | 52.81 | 48.8 | - |
| YUV | 175.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 211 | 175 | 0.49 | 0 | 0.17 | 0.17 | 159.23 | 0.54 | 0.62 |
| Hex | 6B | D3 | AF | 31 | 0 | 11 | 11 | 9F | 36 | 3E |
| Octal | 153 | 323 | 257 | 61 | 0 | 21 | 21 | 237 | 66 | 76 |
| Binary | 1101011 | 11010011 | 10101111 | 110001 | 0 | 10001 | 10001 | 10011111 | 110110 | 111110 |
Color Harmonies of #6BD3AF
Complementary color
Monochromatic Colors of #6BD3AF
Black with #6BD3AF
Text Example
Text Example
White with #6BD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD3AF; }
p { color: rgb(107,211,175); }
H1.HeaderClassName
{
color: #6BD3AF;
}
.AnyTagClassName
{
color: #6BD3AF;
}
</style>
background-color css
<style>
a { background-color: #6BD3AF; }
a { background-color: rgb(107,211,175); }
div.DivClassName
{
background-color: #6BD3AF;
}
.BgClassName
{
background-color: #6BD3AF;
}
</style>
border-color css
<style>
span { border-color: #6BD3AF; }
span { border-color: rgb(107,211,175); }
td.TdClassName
{
border-color: #6BD3AF;
}
.TagClassName
{
border-color: #6BD3AF;
}
</style>