Shades of Medium Aquamarine #6BCDAC
Tints of Medium Aquamarine #6BCDAC
RGB
CMYK
RGB Variations
Color information
#6BCDAC (or 0x6BCDAC) is known color: Medium Aquamarine. HEX triplet: 6B, CD and AC. RGB value is (107,205,172). Sum of RGB (Red+Green+Blue) = 107+205+172=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDAC is #943253. Grayscale: #ABABAB. Windows color (decimal): -9712212 or 11324779. OLE color: 11324779.
HSL color Cylindrical-coordinate representation of color #6BCDAC: hue angle of 159.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDAC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 172 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.20 |
| HSL | 159.8º | 0.49% | 0.61% | - |
| HSV(B) | 159.8º | 0.48% | 0.8% | - |
| XYZ | 35.34 | 49.77 | 46.77 | - |
| YUV | 171.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 172 | 0.48 | 0 | 0.16 | 0.20 | 159.8 | 0.49 | 0.61 |
| Hex | 6B | CD | AC | 30 | 0 | 10 | 14 | A0 | 31 | 3D |
| Octal | 153 | 315 | 254 | 60 | 0 | 20 | 24 | 240 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10101100 | 110000 | 0 | 10000 | 10100 | 10100000 | 110001 | 111101 |
Color Harmonies of #6BCDAC
Complementary color
Monochromatic Colors of #6BCDAC
Black with #6BCDAC
Text Example
Text Example
White with #6BCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDAC; }
p { color: rgb(107,205,172); }
H1.HeaderClassName
{
color: #6BCDAC;
}
.AnyTagClassName
{
color: #6BCDAC;
}
</style>
background-color css
<style>
a { background-color: #6BCDAC; }
a { background-color: rgb(107,205,172); }
div.DivClassName
{
background-color: #6BCDAC;
}
.BgClassName
{
background-color: #6BCDAC;
}
</style>
border-color css
<style>
span { border-color: #6BCDAC; }
span { border-color: rgb(107,205,172); }
td.TdClassName
{
border-color: #6BCDAC;
}
.TagClassName
{
border-color: #6BCDAC;
}
</style>