Shades of Medium Aquamarine #6BD2AB
Tints of Medium Aquamarine #6BD2AB
RGB
CMYK
RGB Variations
Color information
#6BD2AB (or 0x6BD2AB) is known color: Medium Aquamarine. HEX triplet: 6B, D2 and AB. RGB value is (107,210,171). Sum of RGB (Red+Green+Blue) = 107+210+171=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD2AB is #942D54. Grayscale: #AEAEAE. Windows color (decimal): -9710933 or 11260523. OLE color: 11260523.
HSL color Cylindrical-coordinate representation of color #6BD2AB: hue angle of 157.28º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2AB is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 171 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.18 |
| HSL | 157.28º | 0.53% | 0.62% | - |
| HSV(B) | 157.28º | 0.49% | 0.82% | - |
| XYZ | 36.46 | 52.16 | 46.67 | - |
| YUV | 174.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 171 | 0.49 | 0 | 0.19 | 0.18 | 157.28 | 0.53 | 0.62 |
| Hex | 6B | D2 | AB | 31 | 0 | 13 | 12 | 9D | 35 | 3E |
| Octal | 153 | 322 | 253 | 61 | 0 | 23 | 22 | 235 | 65 | 76 |
| Binary | 1101011 | 11010010 | 10101011 | 110001 | 0 | 10011 | 10010 | 10011101 | 110101 | 111110 |
Color Harmonies of #6BD2AB
Complementary color
Monochromatic Colors of #6BD2AB
Black with #6BD2AB
Text Example
Text Example
White with #6BD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD2AB; }
p { color: rgb(107,210,171); }
H1.HeaderClassName
{
color: #6BD2AB;
}
.AnyTagClassName
{
color: #6BD2AB;
}
</style>
background-color css
<style>
a { background-color: #6BD2AB; }
a { background-color: rgb(107,210,171); }
div.DivClassName
{
background-color: #6BD2AB;
}
.BgClassName
{
background-color: #6BD2AB;
}
</style>
border-color css
<style>
span { border-color: #6BD2AB; }
span { border-color: rgb(107,210,171); }
td.TdClassName
{
border-color: #6BD2AB;
}
.TagClassName
{
border-color: #6BD2AB;
}
</style>