Shades of Medium Aquamarine #6CDBAC
Tints of Medium Aquamarine #6CDBAC
RGB
CMYK
RGB Variations
Color information
#6CDBAC (or 0x6CDBAC) is known color: Medium Aquamarine. HEX triplet: 6C, DB and AC. RGB value is (108,219,172). Sum of RGB (Red+Green+Blue) = 108+219+172=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBAC is #932453. Grayscale: #B4B4B4. Windows color (decimal): -9643092 or 11328364. OLE color: 11328364.
HSL color Cylindrical-coordinate representation of color #6CDBAC: hue angle of 154.59º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBAC is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 172 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.14 |
| HSL | 154.59º | 0.61% | 0.64% | - |
| HSV(B) | 154.59º | 0.51% | 0.86% | - |
| XYZ | 38.96 | 56.83 | 47.95 | - |
| YUV | 180.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 172 | 0.51 | 0 | 0.21 | 0.14 | 154.59 | 0.61 | 0.64 |
| Hex | 6C | DB | AC | 33 | 0 | 15 | E | 9B | 3D | 40 |
| Octal | 154 | 333 | 254 | 63 | 0 | 25 | 16 | 233 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10101100 | 110011 | 0 | 10101 | 1110 | 10011011 | 111101 | 1000000 |
Color Harmonies of #6CDBAC
Complementary color
Monochromatic Colors of #6CDBAC
Black with #6CDBAC
Text Example
Text Example
White with #6CDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBAC; }
p { color: rgb(108,219,172); }
H1.HeaderClassName
{
color: #6CDBAC;
}
.AnyTagClassName
{
color: #6CDBAC;
}
</style>
background-color css
<style>
a { background-color: #6CDBAC; }
a { background-color: rgb(108,219,172); }
div.DivClassName
{
background-color: #6CDBAC;
}
.BgClassName
{
background-color: #6CDBAC;
}
</style>
border-color css
<style>
span { border-color: #6CDBAC; }
span { border-color: rgb(108,219,172); }
td.TdClassName
{
border-color: #6CDBAC;
}
.TagClassName
{
border-color: #6CDBAC;
}
</style>