Shades of Medium Aquamarine #6ACC9D
Tints of Medium Aquamarine #6ACC9D
RGB
CMYK
RGB Variations
Color information
#6ACC9D (or 0x6ACC9D) is known color: Medium Aquamarine. HEX triplet: 6A, CC and 9D. RGB value is (106,204,157). Sum of RGB (Red+Green+Blue) = 106+204+157=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC9D is #953362. Grayscale: #A9A9A9. Windows color (decimal): -9778019 or 10341482. OLE color: 10341482.
HSL color Cylindrical-coordinate representation of color #6ACC9D: hue angle of 151.22º 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 #6ACC9D is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 157 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.2 |
| HSL | 151.22º | 0.49% | 0.61% | - |
| HSV(B) | 151.22º | 0.48% | 0.8% | - |
| XYZ | 33.62 | 48.68 | 39.52 | - |
| YUV | 169.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 157 | 0.48 | 0 | 0.23 | 0.2 | 151.22 | 0.49 | 0.61 |
| Hex | 6A | CC | 9D | 30 | 0 | 17 | 14 | 97 | 31 | 3D |
| Octal | 152 | 314 | 235 | 60 | 0 | 27 | 24 | 227 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10011101 | 110000 | 0 | 10111 | 10100 | 10010111 | 110001 | 111101 |
Color Harmonies of #6ACC9D
Complementary color
Monochromatic Colors of #6ACC9D
Black with #6ACC9D
Text Example
Text Example
White with #6ACC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC9D; }
p { color: rgb(106,204,157); }
H1.HeaderClassName
{
color: #6ACC9D;
}
.AnyTagClassName
{
color: #6ACC9D;
}
</style>
background-color css
<style>
a { background-color: #6ACC9D; }
a { background-color: rgb(106,204,157); }
div.DivClassName
{
background-color: #6ACC9D;
}
.BgClassName
{
background-color: #6ACC9D;
}
</style>
border-color css
<style>
span { border-color: #6ACC9D; }
span { border-color: rgb(106,204,157); }
td.TdClassName
{
border-color: #6ACC9D;
}
.TagClassName
{
border-color: #6ACC9D;
}
</style>