Shades of Medium Aquamarine #6ACD9E
Tints of Medium Aquamarine #6ACD9E
RGB
CMYK
RGB Variations
Color information
#6ACD9E (or 0x6ACD9E) is known color: Medium Aquamarine. HEX triplet: 6A, CD and 9E. RGB value is (106,205,158). Sum of RGB (Red+Green+Blue) = 106+205+158=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACD9E is #953261. Grayscale: #AAAAAA. Windows color (decimal): -9777762 or 10407274. OLE color: 10407274.
HSL color Cylindrical-coordinate representation of color #6ACD9E: hue angle of 151.52º 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 #6ACD9E is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 158 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.20 |
| HSL | 151.52º | 0.5% | 0.61% | - |
| HSV(B) | 151.52º | 0.48% | 0.8% | - |
| XYZ | 33.95 | 49.2 | 40.05 | - |
| YUV | 170.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 158 | 0.48 | 0 | 0.23 | 0.20 | 151.52 | 0.5 | 0.61 |
| Hex | 6A | CD | 9E | 30 | 0 | 17 | 14 | 98 | 32 | 3D |
| Octal | 152 | 315 | 236 | 60 | 0 | 27 | 24 | 230 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10011110 | 110000 | 0 | 10111 | 10100 | 10011000 | 110010 | 111101 |
Color Harmonies of #6ACD9E
Complementary color
Monochromatic Colors of #6ACD9E
Black with #6ACD9E
Text Example
Text Example
White with #6ACD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD9E; }
p { color: rgb(106,205,158); }
H1.HeaderClassName
{
color: #6ACD9E;
}
.AnyTagClassName
{
color: #6ACD9E;
}
</style>
background-color css
<style>
a { background-color: #6ACD9E; }
a { background-color: rgb(106,205,158); }
div.DivClassName
{
background-color: #6ACD9E;
}
.BgClassName
{
background-color: #6ACD9E;
}
</style>
border-color css
<style>
span { border-color: #6ACD9E; }
span { border-color: rgb(106,205,158); }
td.TdClassName
{
border-color: #6ACD9E;
}
.TagClassName
{
border-color: #6ACD9E;
}
</style>