Shades of Medium Aquamarine #6BD0AA
Tints of Medium Aquamarine #6BD0AA
RGB
CMYK
RGB Variations
Color information
#6BD0AA (or 0x6BD0AA) is known color: Medium Aquamarine. HEX triplet: 6B, D0 and AA. RGB value is (107,208,170). Sum of RGB (Red+Green+Blue) = 107+208+170=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD0AA is #942F55. Grayscale: #ADADAD. Windows color (decimal): -9711446 or 11194475. OLE color: 11194475.
HSL color Cylindrical-coordinate representation of color #6BD0AA: hue angle of 157.43º degrees, saturation: 0.52, 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 #6BD0AA is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 170 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.18 |
| HSL | 157.43º | 0.52% | 0.62% | - |
| HSV(B) | 157.43º | 0.49% | 0.82% | - |
| XYZ | 35.87 | 51.14 | 46.01 | - |
| YUV | 173.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 170 | 0.49 | 0 | 0.18 | 0.18 | 157.43 | 0.52 | 0.62 |
| Hex | 6B | D0 | AA | 31 | 0 | 12 | 12 | 9D | 34 | 3E |
| Octal | 153 | 320 | 252 | 61 | 0 | 22 | 22 | 235 | 64 | 76 |
| Binary | 1101011 | 11010000 | 10101010 | 110001 | 0 | 10010 | 10010 | 10011101 | 110100 | 111110 |
Color Harmonies of #6BD0AA
Complementary color
Monochromatic Colors of #6BD0AA
Black with #6BD0AA
Text Example
Text Example
White with #6BD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD0AA; }
p { color: rgb(107,208,170); }
H1.HeaderClassName
{
color: #6BD0AA;
}
.AnyTagClassName
{
color: #6BD0AA;
}
</style>
background-color css
<style>
a { background-color: #6BD0AA; }
a { background-color: rgb(107,208,170); }
div.DivClassName
{
background-color: #6BD0AA;
}
.BgClassName
{
background-color: #6BD0AA;
}
</style>
border-color css
<style>
span { border-color: #6BD0AA; }
span { border-color: rgb(107,208,170); }
td.TdClassName
{
border-color: #6BD0AA;
}
.TagClassName
{
border-color: #6BD0AA;
}
</style>