Shades of Medium Aquamarine #6ACD9C
Tints of Medium Aquamarine #6ACD9C
RGB
CMYK
RGB Variations
Color information
#6ACD9C (or 0x6ACD9C) is known color: Medium Aquamarine. HEX triplet: 6A, CD and 9C. RGB value is (106,205,156). Sum of RGB (Red+Green+Blue) = 106+205+156=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACD9C is #953263. Grayscale: #A9A9A9. Windows color (decimal): -9777764 or 10276202. OLE color: 10276202.
HSL color Cylindrical-coordinate representation of color #6ACD9C: hue angle of 150.3º degrees, saturation: 0.5, 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 #6ACD9C is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 156 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.20 |
| HSL | 150.3º | 0.5% | 0.61% | - |
| HSV(B) | 150.3º | 0.48% | 0.8% | - |
| XYZ | 33.78 | 49.13 | 39.15 | - |
| YUV | 169.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 156 | 0.48 | 0 | 0.24 | 0.20 | 150.3 | 0.5 | 0.61 |
| Hex | 6A | CD | 9C | 30 | 0 | 18 | 14 | 96 | 32 | 3D |
| Octal | 152 | 315 | 234 | 60 | 0 | 30 | 24 | 226 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10011100 | 110000 | 0 | 11000 | 10100 | 10010110 | 110010 | 111101 |
Color Harmonies of #6ACD9C
Complementary color
Monochromatic Colors of #6ACD9C
Black with #6ACD9C
Text Example
Text Example
White with #6ACD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD9C; }
p { color: rgb(106,205,156); }
H1.HeaderClassName
{
color: #6ACD9C;
}
.AnyTagClassName
{
color: #6ACD9C;
}
</style>
background-color css
<style>
a { background-color: #6ACD9C; }
a { background-color: rgb(106,205,156); }
div.DivClassName
{
background-color: #6ACD9C;
}
.BgClassName
{
background-color: #6ACD9C;
}
</style>
border-color css
<style>
span { border-color: #6ACD9C; }
span { border-color: rgb(106,205,156); }
td.TdClassName
{
border-color: #6ACD9C;
}
.TagClassName
{
border-color: #6ACD9C;
}
</style>