Shades of Medium Aquamarine #6ACC9F
Tints of Medium Aquamarine #6ACC9F
RGB
CMYK
RGB Variations
Color information
#6ACC9F (or 0x6ACC9F) is known color: Medium Aquamarine. HEX triplet: 6A, CC and 9F. RGB value is (106,204,159). Sum of RGB (Red+Green+Blue) = 106+204+159=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC9F is #953360. Grayscale: #A9A9A9. Windows color (decimal): -9778017 or 10472554. OLE color: 10472554.
HSL color Cylindrical-coordinate representation of color #6ACC9F: hue angle of 152.45º 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 #6ACC9F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 159 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.2 |
| HSL | 152.45º | 0.49% | 0.61% | - |
| HSV(B) | 152.45º | 0.48% | 0.8% | - |
| XYZ | 33.79 | 48.75 | 40.43 | - |
| YUV | 169.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 159 | 0.48 | 0 | 0.22 | 0.2 | 152.45 | 0.49 | 0.61 |
| Hex | 6A | CC | 9F | 30 | 0 | 16 | 14 | 98 | 31 | 3D |
| Octal | 152 | 314 | 237 | 60 | 0 | 26 | 24 | 230 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10011111 | 110000 | 0 | 10110 | 10100 | 10011000 | 110001 | 111101 |
Color Harmonies of #6ACC9F
Complementary color
Monochromatic Colors of #6ACC9F
Black with #6ACC9F
Text Example
Text Example
White with #6ACC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC9F; }
p { color: rgb(106,204,159); }
H1.HeaderClassName
{
color: #6ACC9F;
}
.AnyTagClassName
{
color: #6ACC9F;
}
</style>
background-color css
<style>
a { background-color: #6ACC9F; }
a { background-color: rgb(106,204,159); }
div.DivClassName
{
background-color: #6ACC9F;
}
.BgClassName
{
background-color: #6ACC9F;
}
</style>
border-color css
<style>
span { border-color: #6ACC9F; }
span { border-color: rgb(106,204,159); }
td.TdClassName
{
border-color: #6ACC9F;
}
.TagClassName
{
border-color: #6ACC9F;
}
</style>