Shades of Medium Aquamarine #6BDDA2
Tints of Medium Aquamarine #6BDDA2
RGB
CMYK
RGB Variations
Color information
#6BDDA2 (or 0x6BDDA2) is known color: Medium Aquamarine. HEX triplet: 6B, DD and A2. RGB value is (107,221,162). Sum of RGB (Red+Green+Blue) = 107+221+162=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDDA2 is #94225D. Grayscale: #B4B4B4. Windows color (decimal): -9708126 or 10673515. OLE color: 10673515.
HSL color Cylindrical-coordinate representation of color #6BDDA2: hue angle of 148.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDA2 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 162 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.13 |
| HSL | 148.95º | 0.63% | 0.64% | - |
| HSV(B) | 148.95º | 0.52% | 0.87% | - |
| XYZ | 38.44 | 57.45 | 43.24 | - |
| YUV | 180.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 162 | 0.52 | 0 | 0.27 | 0.13 | 148.95 | 0.63 | 0.64 |
| Hex | 6B | DD | A2 | 34 | 0 | 1B | D | 95 | 3F | 40 |
| Octal | 153 | 335 | 242 | 64 | 0 | 33 | 15 | 225 | 77 | 100 |
| Binary | 1101011 | 11011101 | 10100010 | 110100 | 0 | 11011 | 1101 | 10010101 | 111111 | 1000000 |
Color Harmonies of #6BDDA2
Complementary color
Monochromatic Colors of #6BDDA2
Black with #6BDDA2
Text Example
Text Example
White with #6BDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDA2; }
p { color: rgb(107,221,162); }
H1.HeaderClassName
{
color: #6BDDA2;
}
.AnyTagClassName
{
color: #6BDDA2;
}
</style>
background-color css
<style>
a { background-color: #6BDDA2; }
a { background-color: rgb(107,221,162); }
div.DivClassName
{
background-color: #6BDDA2;
}
.BgClassName
{
background-color: #6BDDA2;
}
</style>
border-color css
<style>
span { border-color: #6BDDA2; }
span { border-color: rgb(107,221,162); }
td.TdClassName
{
border-color: #6BDDA2;
}
.TagClassName
{
border-color: #6BDDA2;
}
</style>