Shades of Medium Aquamarine #6BDAA5
Tints of Medium Aquamarine #6BDAA5
RGB
CMYK
RGB Variations
Color information
#6BDAA5 (or 0x6BDAA5) is known color: Medium Aquamarine. HEX triplet: 6B, DA and A5. RGB value is (107,218,165). Sum of RGB (Red+Green+Blue) = 107+218+165=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDAA5 is #94255A. Grayscale: #B2B2B2. Windows color (decimal): -9708891 or 10869355. OLE color: 10869355.
HSL color Cylindrical-coordinate representation of color #6BDAA5: hue angle of 151.35º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDAA5 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 165 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.15 |
| HSL | 151.35º | 0.6% | 0.64% | - |
| HSV(B) | 151.35º | 0.51% | 0.85% | - |
| XYZ | 37.93 | 55.99 | 44.4 | - |
| YUV | 178.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 165 | 0.51 | 0 | 0.24 | 0.15 | 151.35 | 0.6 | 0.64 |
| Hex | 6B | DA | A5 | 33 | 0 | 18 | F | 97 | 3C | 40 |
| Octal | 153 | 332 | 245 | 63 | 0 | 30 | 17 | 227 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10100101 | 110011 | 0 | 11000 | 1111 | 10010111 | 111100 | 1000000 |
Color Harmonies of #6BDAA5
Complementary color
Monochromatic Colors of #6BDAA5
Black with #6BDAA5
Text Example
Text Example
White with #6BDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDAA5; }
p { color: rgb(107,218,165); }
H1.HeaderClassName
{
color: #6BDAA5;
}
.AnyTagClassName
{
color: #6BDAA5;
}
</style>
background-color css
<style>
a { background-color: #6BDAA5; }
a { background-color: rgb(107,218,165); }
div.DivClassName
{
background-color: #6BDAA5;
}
.BgClassName
{
background-color: #6BDAA5;
}
</style>
border-color css
<style>
span { border-color: #6BDAA5; }
span { border-color: rgb(107,218,165); }
td.TdClassName
{
border-color: #6BDAA5;
}
.TagClassName
{
border-color: #6BDAA5;
}
</style>